@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
31 lines (30 loc) • 861 B
JSON
{
"description": "Netlify Edge Functions",
"scripts": {
"build.server": "qwik check-client src dist && vite build -c adapters/netlify-edge/vite.config.ts",
"deploy": "netlify deploy --build"
},
"devDependencies": {
"@netlify/edge-functions": "^3.0.6",
"netlify-cli": "^24.5.1"
},
"__qwik__": {
"priority": 30,
"displayName": "Adapter: Netlify Edge",
"docs": [
"https://qwik.dev/deployments/netlify-edge/",
"https://docs.netlify.com/edge-functions/overview/",
"https://docs.netlify.com/"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build and deploy to Netlify with:",
"",
"- pnpm run build: production build for Netlify",
"- pnpm run deploy: it will use the netlify CLI to deploy your site"
]
}
},
"type": "module"
}