diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-10-24 23:19:33 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-10-24 23:19:33 +0300 |
commit | 9dfd6aa77518b3a1e6bfd926a3b7719c32a8c97f (patch) | |
tree | d10fc76ef816160871e3955aa75821bc5d5088d4 /run.sh | |
parent | 4ca81621e5b31922565b4149ebad1deb5161071a (diff) |
use the new api
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |