chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:28 +08:00
parent c5af0cc946
commit 7477986036
66 changed files with 8009 additions and 5631 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "sproutnav",
"private": true,
"description": "萌芽导航 — Cloudflare WorkersAPI+ React/Vite静态资源",
"scripts": {
"build:frontend": "cd frontend && npm run build",
"build": "npm run build:frontend",
"deploy": "npm run build && wrangler deploy",
"dev": "wrangler dev",
"dev:vite": "cd frontend && npm run dev",
"check:worker": "tsc -p worker/tsconfig.json"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250424.0",
"typescript": "^5.8.3",
"wrangler": "^4.68.1"
}
}