Allow access to runtime config from build time (kit)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 899
- Avg merge
- 2d 24m
- Merged PRs (30d)
- 40
Description
Context: https://github.com/unjs/nitro/pull/2404#issuecomment-2086887658
It can be useful for tools and modules to access the same and consistent runtime config interface , that is overridable by environment variables and possibly updateRuntimeConfig (https://github.com/unjs/nitro/issues/2427).
This feature is to be introduced via nitro/kit and therefore put to pending status for now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the nitro/kit entry point and the context in PR #2404 and issue #2427. The work is complete when tools and modules can access a consistent runtime-config interface at build time, with the stated environment-variable and possible updateRuntimeConfig behavior defined and supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100