mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-13 00:07:11 +02:00
frontend: updating build command, location of static files
This commit is contained in:
@ -142,9 +142,7 @@ class WebAPI:
|
||||
app.mount(
|
||||
"/",
|
||||
StaticFiles(
|
||||
directory=Path(__file__).parent.parent.parent.parent
|
||||
/ "frontend"
|
||||
/ "build",
|
||||
directory=Path(__file__).parent.parent.parent / "frontend",
|
||||
html=True,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user