We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neither drizzle-orm nor drizzle-kit has engines.node defined in the package.json files.
drizzle-orm
drizzle-kit
engines.node
package.json
Would be nice if they are specified, especially since Node.js v22 (current LTS) supports:
--env-file
loadEnvFile
dotenv
--experimental-strip-types
tsx
Would love to rewrite the docs to use less dependencies.
--experimental-strip-types is un-flagged in Node.js v23. ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neither
drizzle-orm
nordrizzle-kit
hasengines.node
defined in thepackage.json
files.Would be nice if they are specified, especially since Node.js v22 (current LTS) supports:
--env-file
andloadEnvFile
which can replacedotenv
--experimental-strip-types
1 which can replacetsx
Would love to rewrite the docs to use less dependencies.
Footnotes
--experimental-strip-types
is un-flagged in Node.js v23. ↩The text was updated successfully, but these errors were encountered: