Pooya Parsa
Pooya Parsa
notes: https://github.com/Hexagon/croner/releases/tag/9.0.0
https://developers.cloudflare.com/workers/static-assets (still in beta) TODO: - [x] Add alternative `cloudflare-module` entrypoint via compatibility date to use `ASSETS` binding - [ ] Update upstream starter templates to avoid custom preset -...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...
https://github.com/coollabsio/coolify https://github.com/coollabsio/coolify-examples/tree/main/nuxt/nitro /cc @justserdar if you want to take on this :)
Context, work, and explanation by @danielroe: https://github.com/unjs/nitro/pull/1532 We are thinking of improving (auto-generated) typed fetch. This requires adopting a new standard/reusable type utility for fetch, which @danielroe is working on....
Normally each nitro build is against one specific deployment preset and consistent with the development environment. Sometimes it is desired that the same codebase be splitted across different deployments. For...
Background: some thoughts [here](https://github.com/unjs/nitro/discussions/2690#discussioncomment-10430213). Nitro modules should be explicitly imported and configured in the user config. Pretty much how a rollup or vite plugin can be configured. - avoid auto...
ESBuild seems planning to support decorators (https://github.com/evanw/esbuild/issues/104) but it is not landed as the spec is experimental itself. We shall use SWC to have experimental support for decorators (https://github.com/vitest-dev/vitest/issues/708#issuecomment-1118628479). Related...
When modules use `installModule` kit util to install another, it is often hard to trace it without explicitly checking all bundled codes. Adding to top, when users also try to...