testupload / start.sh
Twan07's picture
Update start.sh
c058d62 verified
raw
history blame
312 Bytes
npm install
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
node server/index.js &
cd frontend && npm run preview -- --host --port 5173 &
nginx -c /app/nginx/nginx.conf -g "daemon off;"