campfire/background
2026-01-14 13:11:33 -05:00
..
prisma feat: background airtable sync 2026-01-13 18:54:47 -05:00
src feat: background airtable sync 2026-01-13 18:54:47 -05:00
.gitignore feat: background airtable sync 2026-01-13 18:54:47 -05:00
bun.lock feat: background airtable sync 2026-01-13 18:54:47 -05:00
Dockerfile fix: bun script in dockerfile 2026-01-14 11:10:00 -05:00
package.json fix: dependencies 2026-01-14 13:11:33 -05:00
prisma.config.ts feat: background airtable sync 2026-01-13 18:54:47 -05:00
README.md feat: background airtable sync 2026-01-13 18:54:47 -05:00
tsconfig.json feat: background airtable sync 2026-01-13 18:54:47 -05:00

background

To install dependencies:

bun install

To run:

bun run index.ts

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