Spaces:
Running
Running
File size: 312 Bytes
01c0f10 c058d62 69c57b6 cf8e35a b30afd1 90e269b |
1 2 3 4 5 6 7 8 9 |
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;" |