AppFlowy/frontend/appflowy_web_app/deploy/start.sh
2024-07-10 21:31:10 +08:00

13 lines
135 B
Bash

#!/usr/bin/env bash
# Start the nginx server
service nginx start
# Start the frontend server
bun run server.ts
tail -f /dev/null