@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
29 lines (28 loc) • 697 B
JSON
{
"description": "Bun server",
"scripts": {
"build.server": "qwik check-client src dist && vite build -c adapters/bun/vite.config.ts",
"serve": "bun server/entry.bun.js"
},
"__qwik__": {
"priority": 20,
"displayName": "Adapter: Bun Server",
"docs": [
"https://qwik.dev/deployments/bun/",
"https://bun.sh/docs/api/http"
],
"nextSteps": {
"title": "Next Steps",
"lines": [
"Now you can build a production-ready Bun app:",
"",
"- bun run build: production build",
"- bun run serve: runs the production server locally"
]
}
},
"devDependencies": {
"@types/bun": "*"
},
"type": "module"
}