-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We should create a .dev.vars
file as part of C3 when someone creates a new Next.js project, or when they migrate over to using OpenNext (related: #188).
This file should include a NEXTJS_ENV
variable out-of-the-box which defaults to development
. This will be used for determining whether the app is running in development or production locally, so that inlined .env files can be used in the worker.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done