@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
29 lines (28 loc) • 756 B
JSON
{
"description": "Vercel Edge Functions",
"scripts": {
"build.server": "vite build -c adapters/vercel-edge/vite.config.mts",
"deploy": "vercel deploy"
},
"devDependencies": {
"vercel": "^29.1.1"
},
"__qwik__": {
"priority": 30,
"displayName": "Adapter: Vercel Edge",
"docs": [
"https://qwik.dev/deployments/vercel-edge/",
"https://vercel.com/docs/concepts/functions/edge-functions",
"https://vercel.com/docs"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build and deploy to Vercel with:",
"",
"- pnpm run build: production build for Vercel",
"- pnpm run deploy: it will use the Vercel CLI to deploy your site"
]
}
}
}