@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
24 lines (23 loc) • 620 B
JSON
{
"description": "Vanilla Node server",
"scripts": {
"build.server": "qwik check-client src dist && vite build -c adapters/node-server/vite.config.ts",
"serve": "node server/entry.node-server"
},
"__qwik__": {
"priority": 19,
"displayName": "Adapter: Node.js Server",
"docs": [
"https://qwik.dev/deployments/node/"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build a production-ready node app:",
"",
"- pnpm run build: production build",
"- pnpm run serve: runs the production server locally"
]
}
}
}