We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d60b8 commit 669ef11Copy full SHA for 669ef11
app/server/plugins.py
@@ -15,5 +15,5 @@
15
alchemy = SQLAlchemyPlugin(config=config.alchemy)
16
granian = GranianPlugin()
17
app_core = ApplicationCore()
18
-flasher = FlashPlugin(config=FlashConfig(template_config=vite.template_config))
+flasher = FlashPlugin(config=FlashConfig(template_config=config.templates))
19
inertia = InertiaPlugin(config=config.inertia)
0 commit comments