@7x7cl/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
31 lines (30 loc) • 785 B
JSON
{
"description": "Express.js server",
"scripts": {
"build.server": "vite build -c adapters/express/vite.config.ts",
"serve": "node server/entry.express"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "4.17.17",
"compression": "^1.7.4",
"express": "4.18.2"
},
"__qwik__": {
"priority": 20,
"displayName": "Adapter: Node.js Express Server",
"docs": [
"https://qwik.builder.io/deployments/node/",
"https://expressjs.com/"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
" Now you can build a production-ready Express app:",
"",
" - pnpm run build: production build",
" - pnpm run serve: runs the production server locally"
]
}
}
}