init: 昔涟项目骨架

This commit is contained in:
2026-05-15 20:10:35 +08:00
commit 6bde87f807
84 changed files with 3635 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "cyrene-frontend",
"private": true,
"workspaces": ["packages/*"],
"scripts": {
"dev:web": "cd packages/web && npm run dev",
"build:web": "cd packages/web && npm run build"
}
}