2026-03-28 12:11:41 +00:00
|
|
|
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
|
|
|
|
import { registerReactControllerComponents } from '@symfony/ux-react';
|
|
|
|
|
|
|
|
|
|
const app = startStimulusApp();
|
|
|
|
|
|
2026-03-28 12:35:57 +00:00
|
|
|
registerReactControllerComponents(import.meta.glob('./react/controllers/**/*.jsx', { eager: true }));
|