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
Make use of Next's env handling (.env, .env.local, ...) by using https://github.com/skirsten/next-env-cli in npm scripts.
.env
.env.local
"cypress:open-test": "wait-on tcp:3010 && cross-env NODE_ENV=test next-env-cli cypress open"
The text was updated successfully, but these errors were encountered:
natterstefan
No branches or pull requests
Feature Request
Make use of Next's env handling (
.env
,.env.local
, ...) by using https://github.com/skirsten/next-env-cli in npm scripts.Basic example
The text was updated successfully, but these errors were encountered: