summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <contact@florian-lefebvre.dev> 2024-10-04 10:56:34 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-04 10:56:34 +0200
commit657d1973719e20470c3934d086b971e474fee3c6 (patch)
treeed76b8633b3e284ccb196afb732d873c5851e242 /packages/integrations/vue
parenta46839a5c818b7de63c36d0c7e27f1a8f3b773dc (diff)
downloadastro-657d1973719e20470c3934d086b971e474fee3c6.tar.gz
astro-657d1973719e20470c3934d086b971e474fee3c6.tar.zst
astro-657d1973719e20470c3934d086b971e474fee3c6.zip
fix(vue): missing file (#12120)
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 51cf3c855..d4fdadbf6 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -33,6 +33,7 @@
"files": [
"dist",
"client.js",
+ "context.js",
"server.js",
"server.d.ts",
"static-html.js"