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 ff8f8a8 commit 50a1ea6Copy full SHA for 50a1ea6
src/frontend_react/frontend_server.py
@@ -20,7 +20,7 @@
20
)
21
22
# Build paths
23
-BUILD_DIR = os.path.join(os.path.dirname(__file__), "dist")
+BUILD_DIR = os.path.join(os.path.dirname(__file__), "build")
24
INDEX_HTML = os.path.join(BUILD_DIR, "index.html")
25
26
# Serve static files from build directory
0 commit comments