diff options
Diffstat (limited to 'packages/integrations/vercel/test/hosted/hosted-astro-project/package.json')
-rw-r--r-- | packages/integrations/vercel/test/hosted/hosted-astro-project/package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/integrations/vercel/test/hosted/hosted-astro-project/package.json b/packages/integrations/vercel/test/hosted/hosted-astro-project/package.json new file mode 100644 index 000000000..b20c4385b --- /dev/null +++ b/packages/integrations/vercel/test/hosted/hosted-astro-project/package.json @@ -0,0 +1,12 @@ +{ + "name": "vercel-hosted-astro-project", + "version": "0.0.0", + "private": true, + "scripts": { + "build": "astro build" + }, + "dependencies": { + "@astrojs/vercel": "workspace:*", + "astro": "workspace:*" + } +} |