-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
@dario-piotrowicz I noticed that Using vars defined in .dev.vars
is printed multiple times with next dev
, see for example the output in the examples/api
app:
-> % pnpm dev
> [email protected] dev /Users/vberchet/code/work/opennextjs-cloudflare/examples/api
> next dev
Using vars defined in .dev.vars
Using vars defined in .dev.vars
β² Next.js 14.2.11
- Local: http://localhost:3000
- Environments: .env.development
β Starting...
Using vars defined in .dev.vars
Using vars defined in .dev.vars
β Ready in 1546ms
I'm wondering if this is expected?
Do we start wrangler multiple times? If yex, would there be a way to start it only once?
Metadata
Metadata
Assignees
Labels
No labels