wip: continue implementation
This commit is contained in:
+8
-7
@@ -1,9 +1,10 @@
|
||||
import './bootstrap.js';
|
||||
/*
|
||||
* Welcome to your app's main JavaScript file!
|
||||
*
|
||||
* This file will be included onto the page via the importmap() Twig function,
|
||||
* which should already be in your base.html.twig.
|
||||
*/
|
||||
import '@picocss/pico';
|
||||
import './styles/app.css';
|
||||
|
||||
import htmx from 'htmx.org'
|
||||
window.htmx = htmx
|
||||
htmx.config.includeIndicatorStyles = false
|
||||
htmx.config.historyEnabled = false
|
||||
htmx.config.historyCacheSize = 0
|
||||
htmx.config.allowScriptTags = false
|
||||
htmx.config.withCredentials = true
|
||||
Reference in New Issue
Block a user