UNPKG

@7x7cl/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

30 lines (29 loc) 823 B
{ "description": "Netlify Edge Functions", "scripts": { "build.server": "vite build -c adapters/netlify-edge/vite.config.ts", "deploy": "netlify deploy --build" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", "netlify-cli": "^15.0.0" }, "__qwik__": { "priority": 30, "displayName": "Adapter: Netlify Edge", "docs": [ "https://qwik.builder.io/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" ] } } }