AppFlowy/frontend/appflowy_web_app/start.sh
2024-06-30 15:47:30 +08:00

13 lines
128 B
Bash

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