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