Skip to content

Commit

Permalink
add setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
bastipnt committed Dec 11, 2024
1 parent de09727 commit 7b25c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "bun run --watch src/index.ts",
"build": "bun build --compile --minify-whitespace --minify-syntax --target bun --outfile ./build/server ./src/index.ts",
"start": "NODE_ENV=production ./build/server",
"dev-db": "edgedb ui"
"dev-db": "edgedb ui",
"setup": "edgedb migrate; bunx @edgedb/generate edgeql-js"
},
"dependencies": {
"@elysiajs/opentelemetry": "^1.1.7",
Expand Down

0 comments on commit 7b25c9a

Please sign in to comment.