bun install
at firstbun sst:dev
for dev server (development
stage)bun sst:deploy
to deploy (production
stage)
There's a couple dev commands
DrizzleGenerate
will generate migrations. Use it whenever db changes. Make sure you ran it before deployDrizzleMigrate
will apply migrations to your local database
packages/backend
- Elysia + Drizzlepackages/website
- Vite + TypeScript + React + Tailwindpackages/schemas
- example of a common package with dummy zod schema