diff options
author | 2024-10-04 10:56:34 +0200 | |
---|---|---|
committer | 2024-10-04 10:56:34 +0200 | |
commit | 657d1973719e20470c3934d086b971e474fee3c6 (patch) | |
tree | ed76b8633b3e284ccb196afb732d873c5851e242 /packages/integrations/vue | |
parent | a46839a5c818b7de63c36d0c7e27f1a8f3b773dc (diff) | |
download | astro-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.json | 1 |
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" |