aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-30 11:26:00 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-30 11:26:00 +0300
commit2b1828620b05a708bb538790a44bafcf153a060e (patch)
tree8e21f41e1c2049bca5c9b8471e2c901de0af32b4 /run.sh
parent298518e2fcf24c5ab168413f08ccd86570c7de6d (diff)
edit readme
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index c1a87f7..4a285e9 100755
--- a/run.sh
+++ b/run.sh
@@ -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