d25f54cb93
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"name": "@test/vue-app-entrypoint",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/vue": "workspace:*"
|
|
}
|
|
}
|