mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
|
|
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
||
|
|
|
||
|
|
const app = startStimulusApp();
|
||
|
|
// register any custom, 3rd party controllers here
|
||
|
|
// app.register('some_controller_name', SomeImportedController);
|