feat(show): wip to checkout

This commit is contained in:
kbe
2025-08-28 21:20:33 +02:00
parent 3fa9249bc8
commit 2a2c249a54
6 changed files with 457 additions and 395 deletions

View File

@@ -1,5 +1,4 @@
import { Application } from "@hotwired/stimulus";
import Alpine from "alpinejs";
const application = Application.start();
@@ -7,8 +6,4 @@ const application = Application.start();
application.debug = false;
window.Stimulus = application;
// Configure and load Alpine
window.Alpine = Alpine;
Alpine.start();
export { application };