remove existing

This commit is contained in:
Benjamin Palko 2024-12-06 14:17:24 -05:00
parent 3182233bb2
commit 85ac3b6ffa
22 changed files with 0 additions and 346 deletions

View file

@ -1,22 +0,0 @@
# Hestia
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
## Stack
- **Bun** Package manager
- **Yoga** GraphQL Server
- **Pothos** GraphQL Schema Builder
- **Prisma** Database ORM
- **Pino** Logger
- **Zod** Schema validation