AppFlowy/frontend/appflowy_web_app/deploy/start.sh

13 lines
135 B
Bash
Raw Normal View History

2024-07-10 13:31:10 +00:00
#!/usr/bin/env bash
# Start the nginx server
service nginx start
2024-07-10 13:31:10 +00:00
# Start the frontend server
bun run server.ts
tail -f /dev/null