Skip to content

Commit

Permalink
script v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc committed Oct 12, 2023
1 parent d763cd6 commit 4fb310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "nodemon src/index.ts",
"build": "tsc",
"codegen": "kysely-codegen --dialect postgres",
"codegen:production": "kysely-codegen --dialect postgres --url=env(DATABASE_URL)",
"codegen:production": "kysely-codegen --dialect postgres `$DATABASE_URL`",
"migrate": "ts-node src/scripts/migrate.ts"
},
"keywords": [],
Expand Down

0 comments on commit 4fb310f

Please sign in to comment.