Initial import of sproutblog

This commit is contained in:
萌小芽
2026-04-14 13:17:55 +08:00
commit 276a7fbc83
7 changed files with 749 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "sproutblog",
"private": true,
"type": "module",
"scripts": {
"dev": "npx wrangler dev",
"deploy": "npx wrangler deploy",
"typecheck": "node --check worker.js"
}
}