AppFlowy/frontend/appflowy_web_app/start.sh

13 lines
128 B
Bash
Raw Normal View History

#!/bin/bash
2024-06-30 07:47:30 +00:00
# Start the nginx server
service nginx start
2024-06-30 07:47:30 +00:00
# Start the frontend server
bun run server.cjs
tail -f /dev/null