This commit is contained in:
2025-12-02 09:04:05 +08:00
parent ec8e96892f
commit 5f4a0e43eb
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
"build:web": "cd frontend && pnpm build",
"serve": "cd backend && bun run src/main.ts",
"init": "git submodule update --init --recursive",
"clean:module": "rm .gitmodules -rf && rm -rf .git/modules"
"clean:module": "sh demodules.sh"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",