🎨 style: remove leftover template comments

This commit is contained in:
2026-08-13 02:32:16 +07:00
parent fca139dff9
commit 5a290fcfa5
11 changed files with 20 additions and 102 deletions
+1 -13
View File
@@ -1,15 +1,3 @@
# @minikura/db
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.28. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
Prisma schema and client. From the repo root: `bun run db:generate`, `bun run db:push`, `bun run db:studio`.