Benoît Deveaux
Benoît Deveaux
ps: I just used the linux binary on wsl and it worked
To init a New app why not reuse the create-nuxt / create-nuxt-app package ? Then `pnpm create nuxt` / `pnpm create nuxt-app` could be used, also https://github.com/nuxt/cli/tree/main/packages/create-nuxt-app already exists so...
> [@flapili](https://github.com/flapili) that's exactly the plan! ... and why that directory exists 😆 - see [#678](https://github.com/nuxt/cli/pull/678). Oh ! 😊 So the current vision of the future would be : -...
Hi, to type route files (`[..].method.ts`) should we use `declare module '../relapth/of/the/file' {...}` or there is a better way to apply types to a perticular file ?
> [@flapili](https://github.com/flapili) I don't believe it's possible without writing a typescript plugin Hi @danielroe , is it possible without any plugin in typescript you can, as example do in a...
At least it work in nuxt (maybe something in the tsconfig make it work/ not a default feature ?)
hi, concretely what is possible / done / todo ? Shouldn't we rewrite this issue first comment to make it a proper tracker ? or does github project page could...