Cleanup setup

This commit is contained in:
2025-11-22 17:41:23 +08:00
parent c8b1c33118
commit 015c9cb52d
2 changed files with 23 additions and 17 deletions

View File

@@ -1,8 +1,5 @@
#!/bin/sh
set -e
# Start API server in background
waitress-serve --ident=MyFSIO --listen=*:5000 --call app:create_api_app &
# Start UI server in foreground
waitress-serve --ident=MyFSIO --listen=*:5100 --call app:create_ui_app
# Run both services using the python runner in production mode
exec python run.py --prod