diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:26:00 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-30 11:26:00 +0300 |
commit | 2b1828620b05a708bb538790a44bafcf153a060e (patch) | |
tree | 8e21f41e1c2049bca5c9b8471e2c901de0af32b4 /run.sh | |
parent | 298518e2fcf24c5ab168413f08ccd86570c7de6d (diff) |
edit readme
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ cd ${0%/*} # go to project root set -xe +# development NODE_TLS_REJECT_UNAUTHORIZED=0 npm run dev -- --host +# deploy # npm run build # NODE_TLS_REJECT_UNAUTHORIZED=0 node server.mjs - -# deno run --allow-net --allow-read --allow-env --unsafely-ignore-certificate-errors=localhost ./dist/server/entry.mjs |