thibaud-leclere
9cb5c6e2a5
fix: use vite-plugin-symfony Stimulus loader and wrap react_component in div
...
Build and Push Docker Images / Build app image (push) Failing after 17s
Build and Push Docker Images / Build database image (push) Successful in 8s
Build and Push Docker Images / Build node image (push) Failing after 17s
The @symfony/stimulus-bundle loader generates an empty controllers.js,
so Stimulus controllers from controllers.json (including ux-react) were
never registered. Switching to vite-plugin-symfony/stimulus/helpers
uses the virtual:symfony/controllers module that properly reads
controllers.json. Also wrap react_component() output in a <div> since
it only renders data-attributes, not a full HTML element.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 15:02:27 +01:00
thibaud-leclere
d590120306
fix: register ViteBundle, add config, share vendor volume with node, add vite-plugin-symfony
...
- Add PentatrionViteBundle to bundles.php (Flex recipe didn't auto-register)
- Create pentatrion_vite.yaml config
- Share vendor named volume with node container (needed for file: npm deps)
- Add vite-plugin-symfony to package.json devDependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-28 13:26:47 +01:00
thibaud-leclere
1720246382
feat: configure security with form_login and access control
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-28 13:15:43 +01:00
thibaud-leclere
bd3996f4a9
chore: remove asset-mapper, install vite-bundle and ux-react
2026-03-28 13:11:09 +01:00
thibaud-leclere
a196fac6c6
Generate grid
2026-01-31 16:17:24 +01:00
thibaud-leclere
be171b45b4
Enhance params and envs
2026-01-15 13:16:44 +01:00
thibaud-leclere
5c35aff23b
Add db, sync movies command
2026-01-14 00:54:49 +01:00
thibaud-leclere
d4a3d32e0a
init
2026-01-13 13:59:05 +01:00