Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 531 Bytes

Dataviz chart server

To install dependencies:

bun install

To run:

bun run index.ts
# or
bun run dev

This project was created using bun init in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.

fly.io config

Docker file generated with

 bunx --bun @flydotio/dockerfile@latest

then used the flyctl secrets command to add envs, see sample.env for variables reference.

fly secrets set DATABASE_URL=postgres://example.com/mydb
fly secrets list