Spaces:
Sleeping
Sleeping
| 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;" |