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,3 +1,7 @@
// Entry point for the build script in your package.json
import "@hotwired/turbo-rails";
import Alpine from 'alpinejs';
import "./controllers";
window.Alpine = Alpine;
Alpine.start();