mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Updated stimulus recipe
This commit is contained in:
parent
52a9975769
commit
4750a50fb9
5 changed files with 10 additions and 8 deletions
10
assets/bootstrap.js
vendored
10
assets/bootstrap.js
vendored
|
|
@ -1,10 +0,0 @@
|
|||
import { startStimulusApp } from '@symfony/stimulus-bridge';
|
||||
|
||||
// Registers Stimulus controllers from controllers.json and in the controllers/ directory
|
||||
export const app = startStimulusApp(require.context(
|
||||
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
|
||||
true,
|
||||
/\.[jt]sx?$/
|
||||
));
|
||||
// register any custom, 3rd party controllers here
|
||||
// app.register('some_controller_name', SomeImportedController);
|
||||
Loading…
Add table
Add a link
Reference in a new issue