UNPKG

@builder.io/qwik

Version:

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

25 lines (24 loc) 670 B
{ "description": "Deno server", "scripts": { "build.server": "vite build -c adapters/deno/vite.config.ts", "serve": "deno run --allow-net --allow-read --allow-env server/entry.deno.js" }, "__qwik__": { "priority": 20, "displayName": "Adapter: Deno Server", "docs": [ "https://qwik.dev/deployments/deno/", "https://docs.deno.com/runtime/tutorials/http_server" ], "nextSteps": { "title": "Next Steps", "lines": [ "Now you can build a production-ready Deno app:", "", "- pnpm run build: production build", "- pnpm run serve: runs the production server locally" ] } } }