testupload / start.sh
Twan07's picture
Update start.sh
8bbf647 verified
raw
history blame
310 Bytes
npm install
npx tsx 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 /home/node/app/nginx/nginx.conf -g "daemon off;"