AppFlowy/frontend/appflowy_web_app/start.sh

11 lines
128 B
Bash
Raw Normal View History

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