mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-08-14 02:32:17 +08:00
13 lines
135 B
Bash
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
|
|
|