today.webhook/app
2026-03-09 13:33:23 +00:00
..
lib idkwtfissue 2026-03-09 13:18:05 +00:00
.gitignore Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
bun.lock Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
index.ts fix isangjeong meal & sunrint timetable 2026-03-09 13:33:23 +00:00
package.json Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
README.md Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
run.sh idkwtfissue 2026-03-09 13:18:05 +00:00
test.ts Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
tsconfig.json Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00

app

To install dependencies:

bun install

To run:

bun run index.ts

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