UNPKG

@qwik.dev/core

Version:

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

28 lines (27 loc) 648 B
{ "description": "Bun server", "scripts": { "build.server": "vite build -c adapters/bun/vite.config.mts", "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": "*" } }