mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
a1c31665cb
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components * chore: add test * chore: add changeset * fix: windows handling * Update packages/integrations/vue/src/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address review feedback * chore: update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
9 lines
173 B
JSON
9 lines
173 B
JSON
{
|
|
"name": "@test/vue-app-entrypoint-css",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/vue": "workspace:*",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|