today.webhook/app
2026-04-05 19:34:07 +09:00
..
lib Update timetable function to add input validation and improve error handling 2026-04-04 00:06:19 +09:00
.gitignore Add initial project setup with Docker, GitHub Actions, and meal timetable functionality 2026-03-06 23:32:46 +09:00
.npmrc Add .npmrc and bunfig.toml files; update @imnyang/comcigan.ts dependency to 0.3.1 2026-04-05 19:34:07 +09:00
bun.lock Add .npmrc and bunfig.toml files; update @imnyang/comcigan.ts dependency to 0.3.1 2026-04-05 19:34:07 +09:00
bunfig.toml Add .npmrc and bunfig.toml files; update @imnyang/comcigan.ts dependency to 0.3.1 2026-04-05 19:34:07 +09:00
index.ts Update app/index.ts 2026-04-05 10:26:34 +00:00
package.json Add .npmrc and bunfig.toml files; update @imnyang/comcigan.ts dependency to 0.3.1 2026-04-05 19:34:07 +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.