@7x7cl/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
25 lines (24 loc) • 675 B
JSON
{
"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.builder.io/deployments/deno/",
"https://deno.com/manual/examples/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"
]
}
}
}