@7x7cl/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
29 lines (28 loc) • 767 B
JSON
{
"description": "Vercel Edge Functions",
"scripts": {
"build.server": "vite build -c adapters/vercel-edge/vite.config.ts",
"deploy": "vercel deploy"
},
"devDependencies": {
"vercel": "^29.1.1"
},
"__qwik__": {
"priority": 30,
"displayName": "Adapter: Vercel Edge",
"docs": [
"https://qwik.builder.io/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"
]
}
}
}