Skip to content

Commit 50a1ea6

Browse files
committed
Update frontend_server.py
1 parent ff8f8a8 commit 50a1ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend_react/frontend_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121

2222
# Build paths
23-
BUILD_DIR = os.path.join(os.path.dirname(__file__), "dist")
23+
BUILD_DIR = os.path.join(os.path.dirname(__file__), "build")
2424
INDEX_HTML = os.path.join(BUILD_DIR, "index.html")
2525

2626
# Serve static files from build directory

0 commit comments

Comments
 (0)