Updated stimulus recipe

This commit is contained in:
Jan Böhmer 2025-11-30 15:07:27 +01:00
parent 52a9975769
commit 4750a50fb9
5 changed files with 10 additions and 8 deletions

View file

@ -28,7 +28,7 @@ import '../css/app/treeview.css';
import '../css/app/images.css';
// start the Stimulus application
import '../bootstrap';
import '../stimulus_bootstrap';
// Need jQuery? Install it with "yarn add jquery", then uncomment to require it.
const $ = require('jquery');