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.
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