next.js
a4a628c1
- refactor: `typedEnv` is not `readonly` (#67693)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
refactor: `typedEnv` is not `readonly` (#67693) ### Why? The process.env values may be modified, so is not `readonly string`. ### How? Removed `readonly`.
References
#67693 - refactor: `typedEnv` is not `readonly`
Author
devjiwonchoi
Parents
48f62e05
Loading