aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-10-24 23:19:33 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-10-24 23:19:33 +0300
commit9dfd6aa77518b3a1e6bfd926a3b7719c32a8c97f (patch)
treed10fc76ef816160871e3955aa75821bc5d5088d4 /run.sh
parent4ca81621e5b31922565b4149ebad1deb5161071a (diff)
use the new api
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index 4a285e9..0000000
--- a/run.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-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