mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
6 lines
274 B
JavaScript
6 lines
274 B
JavaScript
|
import { startStimulusApp } from '@symfony/stimulus-bridge';
|
||
|
import '@symfony/autoimport';
|
||
|
|
||
|
// Registers Stimulus controllers from controllers.json and in the controllers/ directory
|
||
|
export const app = startStimulusApp(require.context('./controllers', true, /\.(j|t)sx?$/));
|