@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
24 lines (23 loc) • 591 B
JSON
{
"description": "Vanilla Node server",
"scripts": {
"build.server": "vite build -c adapters/node-server/vite.config.mts",
"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"
]
}
}
}