Pooya Parsa

Results 476 issues of Pooya Parsa

Reference docs: https://developers.cloudflare.com/workers/platform/environment-variables/ Related: https://github.com/nuxt/framework/issues/5056 Normally, we allow extending runtime config using Node.js environment variables (`process.env.FOO`) while cloudflare exposes env as global constant variables (accessible as `FOO` or `globalThis.FOO`). We...

enhancement
preset:cloudflare

A quick guide in advanced section about preset creation probably and ideally an starter template for POC. Adding a contribution guide also for steps. - The issue to ask for...

documentation

https://github.com/nuxt/framework/issues/484 https://developers.cloudflare.com/workers/cli-wrangler/configuration#modules Using this, we can natively use imports for chunks instead of using one entry (maybe behind a flag?) ~~An alternative might be using KV + eval but last...

preset proposal

History: https://github.com/nuxt/framework/pull/5042#issuecomment-1152357425, https://github.com/unjs/nitro/pull/277 We need to allow auto importing from user code in all layers (when extending from `node_modules`). But it made some regressions with auto imports (https://github.com/nuxt/framework/issues/5450) feature to...

ESBuuild decorator support is not landed yet (https://github.com/evanw/esbuild/issues/104#issuecomment-1100130046). We can support an experimental flag to enable decorators using `rollup-plugin-typescript2`. Other solution is swc. (https://github.com/vitest-dev/vitest/issues/708#issuecomment-1118628479) Reference: https://github.com/nuxt/framework/issues/5299

Built with node and a minimal generated docker image: - Default: Only generate `Dockerfile` - Build option provided: Try to also build an image using the local `docker` client CLI...

preset proposal
p2-nice-to-have

expose swagger compatible API from dev server based on handler defenitions.

enhancement

Context: https://github.com/nuxt/framework/issues/4009 Proposal: ```js routes: { '/public': { cors: true } } ``` We probably need an h3 utility for this as well: https://github.com/unjs/h3/issues/82

enhancement

https://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html https://github.com/nuxt/nuxt.js/issues/11700

preset proposal

https://github.com/unjs/nitro/blob/a96c139412dca31c3e5cb6b6fcd4a922e5e3803c/src/types/handler.ts#L31 Type is available from `H3`.

enhancement
types
p2-nice-to-have