update for lp_categories,

This commit is contained in:
louiscklaw
2025-04-21 05:16:30 +08:00
parent 3679924a6a
commit f65f6df660
60 changed files with 1919 additions and 1047 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
reset
pnpm run typecheck:w

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex
reset
pnpm run build

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -ex
npx nodemon --ext tsx,ts --exec "reset && pnpm run build"