Go to file
Hri7566 1f8ef214e3 Fix removing wrong item when eating 2024-02-24 07:42:13 -05:00
config Items 2024-02-22 16:42:02 -05:00
prisma Add debian openssl to prisma config 2024-02-23 18:24:50 -05:00
scripts Items 2024-02-22 16:42:02 -05:00
src Fix removing wrong item when eating 2024-02-24 07:42:13 -05:00
test/api/data Make fish work 2024-02-22 20:27:51 -05:00
.gitignore init 2024-02-14 20:01:36 -05:00
.prettierrc init 2024-02-14 20:01:36 -05:00
README.md init 2024-02-14 20:01:36 -05:00
bun.lockb stuff 2024-02-15 03:47:35 -05:00
package.json stuff 2024-02-15 03:47:35 -05:00
tsconfig.json stuff 2024-02-15 03:47:35 -05:00

README.md

fishing-api

To install dependencies:

bun install

To run:

bun run src/index.ts

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