forked from github/plane
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
#!/bin/bash
|
||
|
NEXT_PUBLIC_DEPLOY_URL="http://localhost/spaces" \
|
||
|
HOSTNAME=127.0.0.1 \
|
||
|
PORT=3000 \
|
||
|
node /web/server.js web
|