big update new dashboard and import export
This commit is contained in:
@@ -15,5 +15,5 @@ async def main(page: ft.Page):
|
||||
page.add(view)
|
||||
|
||||
|
||||
_flet_app = ft.run(main, export_asgi_app=True)
|
||||
_flet_app = ft.run(main, export_asgi_app=True, assets_dir="assets")
|
||||
app = Starlette(routes=[Mount("/", _flet_app)])
|
||||
|
||||
Reference in New Issue
Block a user