-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
"cypress:open-test": "wait-on tcp:3010 && cross-env NODE_ENV=test next-env-cli cypress open"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request