fix(server): comment

This commit is contained in:
Nicholas Tindle
2024-07-16 02:11:57 -05:00
parent 5243c9d7fd
commit f673f8ae23

View File

@@ -71,7 +71,6 @@ shutil.rmtree("../frontend", ignore_errors=True)
shutil.copytree("../autogpt_builder/out", "../frontend")
include_files = [ # source, destination in the bundle
# (../frontend, frontend) would also work but you'd need to load the frontend differently in the data.py to correctly get the path when frozen
("../frontend", "frontend"),
("./secrets", "secrets"),
]