mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
fixing line break
This commit is contained in:
+2
-1
@@ -3,5 +3,6 @@ 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, /\.(j|t)sx?$/
|
||||
true,
|
||||
/\.(j|t)sx?$/
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user