testupload / start.sh
Twan07's picture
Update start.sh
90e269b verified
raw
history blame
266 Bytes
npm install
npm i --save-dev @types/node
npm install --save-dev rollup-plugin-obfuscator javascript-obfuscator
#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;"