mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
setup drizzle for d1 & create db schema
This commit is contained in:
parent
3c197d8ebe
commit
fc3b1d1af5
8 changed files with 824 additions and 12 deletions
|
|
@ -7,9 +7,14 @@
|
|||
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.2",
|
||||
"drizzle-orm": "^0.44.5",
|
||||
"hono": "^4.9.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.1",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"tsx": "^4.20.5",
|
||||
"wrangler": "^4.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue