Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 519 Bytes

icon

Bun Component for Diploi

A generic Bun component that can be used to run any JS / TS app.

Uses the official oven/bun Docker image.

Operation

Development

Will run bun install when component is first initialized, and bun dev when deployment is started.

Production

Will build a production ready image. Image runs bun install & bun run build when being created. Once the image runs, bun start is called.