Move submodules to packages directory and organize by category

This commit is contained in:
adminlove520
2026-03-20 15:12:47 +08:00
parent 14a5ce7f99
commit f1fb92b6a4
311 changed files with 28914 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
cd frontend/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd worker/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd pages/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd vitepress-docs/
pnpm up --latest
pnpm add -D wrangler@latest
cd ..