add comment to config

This commit is contained in:
geoffrey45 2023-02-12 23:54:28 +03:00
parent 9cb8d372ec
commit 6b1cac3892
2 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def serve_client_files(path):
@app.route("/")
def serve_client():
"""
Serves the index.html file at client/index.html.
Serves the index.html file at `client/index.html`.
"""
return app.send_static_file("index.html")

View File

@ -1,3 +1,6 @@
; This file is used to determine whether the app is running in development or build mode.
; TODO: Find a better name for this file.
[DEFAULT]
build = False