Files
louiscklaw 5c584709c4 update,
2025-01-31 20:14:02 +08:00

9 lines
88 B
Batchfile

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