UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

28 lines (27 loc) 677 B
{ "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": "*" } }