13 lines
348 B
JavaScript
13 lines
348 B
JavaScript
import './bootstrap.js'
|
|
import './styles/app.css'
|
|
|
|
import '@iframe-resizer/child'
|
|
|
|
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
|
|
htmx.config.selfRequestsOnly = false |