feat: initial backend store prototype
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
This commit is contained in:
20
store/deno.json
Normal file
20
store/deno.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts",
|
||||
"test": "deno run vitest",
|
||||
"drizzle": "docker compose exec app deno --env -A --node-modules-dir npm:drizzle-kit",
|
||||
"upload": "deno run --allow-read --allow-net bin/upload.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@asteasolutions/zod-to-openapi": "npm:@asteasolutions/zod-to-openapi@^7.3.0",
|
||||
"@hono/swagger-ui": "npm:@hono/swagger-ui@^0.5.0",
|
||||
"@hono/zod-openapi": "npm:@hono/zod-openapi@^0.18.3",
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@types/pg": "npm:@types/pg@^8.11.10",
|
||||
"drizzle-orm": "npm:drizzle-orm@^0.38.2",
|
||||
"hono": "npm:hono@^4.6.14",
|
||||
"pg": "npm:pg@^8.13.1",
|
||||
"vitest": "npm:vitest@^2.1.8",
|
||||
"zod": "npm:zod@^3.24.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user