Deploy Express backends using the Bun runtime.
Live Example: https://example-express-bun.vercel.app/
Prerequisites:
To develop locally:
1bun install2vc dev
1open http://localhost:3000
To build locally:
1bun install2vc build
To deploy:
1bun install2vc deploy