Files
004_comission/tsc1877/task1/project/admin/build.bat
louiscklaw 5c584709c4 update,
2025-01-31 20:14:02 +08:00

9 lines
90 B
Batchfile

rmdir /s /q .next
call yarn
call yarn build
call node ./db_seed/seed_all.js
yarn start