Skip to content

Commit 28841be

Browse files
authored
refactor: migrate app to @clawnify/app (createApp) (#1)
1 parent cae5d46 commit 28841be

4 files changed

Lines changed: 234 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "vite build"
99
},
1010
"dependencies": {
11-
"@clawnify/db": "^0.2.0",
11+
"@clawnify/app": "^0.1.0",
12+
"@clawnify/db": "^0.4.1",
1213
"@hono/zod-openapi": "^0.18.0",
1314
"hono": "^4.6.0",
1415
"lucide-preact": "^0.575.0",
@@ -21,11 +22,5 @@
2122
"typescript": "^5.7.0",
2223
"vite": "^6.0.0",
2324
"wrangler": "^4.0.0"
24-
},
25-
"pnpm": {
26-
"onlyBuiltDependencies": [
27-
"esbuild",
28-
"workerd"
29-
]
3025
}
3126
}

0 commit comments

Comments
 (0)