Move all files to stimulus-esbuild/
This commit is contained in:
parent
4c850b3b40
commit
7588eb0c98
14 changed files with 0 additions and 0 deletions
5
stimulus-esbuild/assets/js/app.js
Normal file
5
stimulus-esbuild/assets/js/app.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Application } from "@hotwired/stimulus";
|
||||
import { definitions } from "stimulus:./controllers";
|
||||
|
||||
const app = Application.start();
|
||||
app.load(definitions);
|
Loading…
Add table
Add a link
Reference in a new issue