Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created April 25, 2024 19:33
Show Gist options
  • Save PaulieScanlon/e50af00e6c05a0fabbec00d62d13c1ae to your computer and use it in GitHub Desktop.
Save PaulieScanlon/e50af00e6c05a0fabbec00d62d13c1ae to your computer and use it in GitHub Desktop.
kysely-generate script
// package.json
"scripts": {
...
"kysely-generate": "kysely-codegen --out-file ./kysely-db.d.ts",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment