mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated symfony/stimulus-bridge recipe
This commit is contained in:
parent
52c8ea13af
commit
7658cfcdbd
3 changed files with 12 additions and 5 deletions
3
assets/bootstrap.js
vendored
3
assets/bootstrap.js
vendored
|
@ -4,8 +4,7 @@ import { startStimulusApp } from '@symfony/stimulus-bridge';
|
|||
export const app = startStimulusApp(require.context(
|
||||
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
|
||||
true,
|
||||
/\.(j|t)sx?$/
|
||||
/\.[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