This commit is contained in:
louiscklaw
2025-01-31 20:14:02 +08:00
parent 49e275d85d
commit 5c584709c4
706 changed files with 40207 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -x
rm -rf /s /q .next
rm -rf /s /q node_modules/*
yarn
yarn build
node ./db_seed/seed_all.js
yarn start