chore: initial import for test contour with k3s CI

This commit is contained in:
sova-bootstrap
2026-05-28 12:09:28 +03:00
commit d77d0a872f
423 changed files with 35401 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/*
* Welcome to your app's main JavaScript file!
*
* We recommend including the built version of this JavaScript file
* (and its CSS file) in your base layout (base.html.twig).
*/
// start the Stimulus application
import './bootstrap';
// any CSS you import will output into a single css file (app.css in this case)
import 'bootstrap';
import './sass/main.scss';
import './window';
import { syncSessionIdFromUrl } from './components/helper.js';
syncSessionIdFromUrl();