Daniel Roe

Results 2592 comments of Daniel Roe

That is planned, but not part of this PR. (It's a straightforward enhancement, so it should be fairly quick to implement, and I already have a local proof-of-concept.)

We should be good to merge now - @tootallnate fixed the upstream bug and also spotted an issue with a regexp. Sample deployment running with Vercel ISG: https://verc-danielroe.vercel.app. cc: @pi0

If we merge + release this, is there a chance this will produce package manager issues as long as vite is still using rollup v2? (Might be worth testing on...

rollup 2 is a dependency of vite and not bundled into it. Rollup 3 support is planned for an upcoming major release. I doubt there will be issues with the...

Yes, Nitro presets are fully extensible. Copy [this file](https://github.com/unjs/nitro/blob/main/src/runtime/entries/aws-lambda.ts) into your project, make the necessary changes, and set `nitro.entry` to point to your changed file... (Of course, we do plan...

You can always configure `allowSyntheticDefaultImports` in your tsconfig. But you also should probably not import from `@types/express` - just import the type from `express`.

I would be cautious before too quickly moving to a version of the starter with more unused directories or inline documentation (READMEs). In my experience, many users value the minimal...

I would regard it as a progressive enhancement.

The `git-up` dependency is not used in production, and is used by Nuxt in development/build to parse _your own_ repository url, which I would not regard as vulnerable usage.