#Potential bug in vue `appEntryPoint` option
3 messages · Page 1 of 1 (latest)
It's a known issue
https://github.com/withastro/astro/issues/6827
3 messages · Page 1 of 1 (latest)
I have this in my astro config:
export default defineConfig({
output: 'server',
adapter: aws(),
integrations: [vue({ appEntrypoint: '/src/vue-main' }), vuetify],
});
src/vue-main.ts does get included properly and code is executed within it. however, any CSS files I import there are ignored.
Potential bug in vue appEntryPoint option
It's a known issue
https://github.com/withastro/astro/issues/6827