You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(both issues were raised before but are now closed although they are not fixed)
Suggested solution
ad 1: create an offical vite+ nuxt/astro module that reads the vite+ config from nuxt/astro.config and exposes it in the temporary framework folder (eg .nuxt/viteplus.config.mjs), and in vite+ add a fallback to those known locations if a main vite.config is missing.
ad 2: recognize that the project is using nuxt/astro, and then call the correct framework commands
Description
Currently, it feels like vite-plus and nuxt/astro provide two different interfaces that don't talk to each other. In particular,
nuxt.config.ts/astro.config.mjsas Vite+ config for Nuxt/Astro #912)vp devandvp builddon't call the correct nuxt/astro commands (see Runningvp devon a new Astro project doesn't work #1123)(both issues were raised before but are now closed although they are not fixed)
Suggested solution
ad 1: create an offical vite+ nuxt/astro module that reads the vite+ config from
nuxt/astro.configand exposes it in the temporary framework folder (eg.nuxt/viteplus.config.mjs), and in vite+ add a fallback to those known locations if a main vite.config is missing.ad 2: recognize that the project is using nuxt/astro, and then call the correct framework commands
Alternative
No response
Additional context
No response
Validations