wip: continue implementation
This commit is contained in:
Vendored
+6
-11
@@ -1,12 +1,7 @@
|
||||
import { startStimulusApp } from '@symfony/stimulus-bundle';
|
||||
import { startStimulusApp } from '@symfony/stimulus-bridge';
|
||||
|
||||
const app = startStimulusApp();
|
||||
// register any custom, 3rd party controllers here
|
||||
// app.register('some_controller_name', SomeImportedController);
|
||||
|
||||
import htmx from 'htmx.org'
|
||||
window.htmx = htmx
|
||||
htmx.config.includeIndicatorStyles = false
|
||||
htmx.config.historyEnabled = false
|
||||
htmx.config.historyCacheSize = 0
|
||||
htmx.config.allowScriptTags = false
|
||||
export const app = startStimulusApp(require.context(
|
||||
'@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
|
||||
true,
|
||||
/\.[jt]sx?$/
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user