testupload / start.sh
Twan07's picture
Update start.sh
91bf2b1 verified
raw
history blame
340 Bytes
npm install
npm run build:server
# start backend
node dist/server/index.js &
cd frontend && npm i && npm i --save-dev @types/node && npm install --save-dev rollup-plugin-obfuscator javascript-obfuscator && npm run build
#npm run preview
#npm run dev
npm run preview -- --host --port 5173 &
nginx -c /app/nginx/nginx.conf -g "daemon off;"