Basic kysely setup
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
"start": "bun run src/index.ts",
|
||||
"build": "bun build --compile --minify-whitespace --minify-syntax --target bun-linux-x64 --outfile dist/server src/index.ts"
|
||||
"build": "bun build --compile --minify-whitespace --minify-syntax --target bun-linux-x64 --outfile dist/server src/index.ts",
|
||||
"db:codegen": "bunx kysely-codegen --env-file .env.development",
|
||||
"db:seed": "bun run src/database/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blade-and-brawn/calculator": "workspace:*",
|
||||
@@ -20,8 +22,12 @@
|
||||
"@elysia/jwt": "^1.4.2",
|
||||
"@elysia/server-timing": "^1.4.1",
|
||||
"@elysiajs/cors": "^1.4.2",
|
||||
"@types/pg": "^8.20.0",
|
||||
"elysia": "^1.4.29",
|
||||
"kysely": "^0.29.2",
|
||||
"kysely-codegen": "^0.20.0",
|
||||
"ml-levenberg-marquardt": "^5.0.1",
|
||||
"pg": "^8.22.0",
|
||||
"pino": "^10.3.1",
|
||||
"zipcodes-us": "^1.1.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user