UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

25 lines (24 loc) 640 B
{ "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" ] } }, "type": "module" }