gistfile1.txt
· 75 B · Text
Raw
# Svelte run production
HOST=127.0.0.1 PORT=4000 node --env-file=.env build
| 1 | # Svelte run production |
| 2 | HOST=127.0.0.1 PORT=4000 node --env-file=.env build |