Initial commit: Sproutlink short URL system

This commit is contained in:
2026-06-18 20:08:22 +08:00
commit 45875e9feb
40 changed files with 11485 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "sproutlink",
"version": "1.0.0",
"private": true,
"workspaces": ["worker", "web"],
"scripts": {
"dev:worker": "npm run dev --workspace=worker",
"dev:web": "npm run dev --workspace=web",
"build:web": "npm run build --workspace=web",
"deploy:worker": "npm run deploy --workspace=worker"
}
}