머핀봇, Bun으로 재작성되다.
This repository has been archived on 2025-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2025-03-01 14:13:10 +09:00
.vscode first commit 2025-02-23 13:21:32 +09:00
src fix: Add export default 2025-03-01 14:13:10 +09:00
.gitignore first commit 2025-02-23 13:21:32 +09:00
.prettierrc.mjs first commit 2025-02-23 13:21:32 +09:00
bun.lock feat: Add learn command 2025-03-01 00:01:21 +09:00
example.env first commit 2025-02-23 13:21:32 +09:00
LICENSE first commit 2025-02-23 13:21:32 +09:00
migrateMariaDBToMongoDB.ts BREAKING CHANGE: Move MariaDB to MongoDB 2025-02-26 22:32:08 +09:00
package.json feat: Add learn command 2025-03-01 00:01:21 +09:00
README.md first commit 2025-02-23 13:21:32 +09:00
tsconfig.json BREAKING CHANGE: Move MariaDB to MongoDB 2025-02-26 22:32:08 +09:00

newmuffin

To install dependencies:

bun install

To run:

bun run index.ts

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