chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -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_widget.scss';
|
||||
import './window';
|
||||
import { syncSessionIdFromUrl } from './components/helper.js';
|
||||
|
||||
syncSessionIdFromUrl();
|
||||
Reference in New Issue
Block a user