nitro icon indicating copy to clipboard operation
nitro copied to clipboard

refactor: update NitroOptions to allow DotenvOptions for dev property

Open productdevbook opened this issue 9 months ago โ€ข 1 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [x] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

๐Ÿ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

productdevbook avatar Mar 23 '25 09:03 productdevbook

I think we should simply update nitro dev (CLI command) to load dot env by default.

No need to change other places.

pi0 avatar Nov 09 '25 13:11 pi0