Chore: add pino pretty transport #58

Merged
BenjaminPalko merged 4 commits from chore-pino-pretty into master 2025-01-22 12:47:13 -05:00
4 changed files with 5 additions and 1 deletions
Showing only changes of commit 2995de8642 - Show all commits

View file

@ -1 +1 @@
bun 1.1.43
bun 1.1.45

View file

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
command = "bun run build"
publish = "build"

View file

@ -3,6 +3,7 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"postinstall": "prisma generate",
"dev": "bun validate-env && bun database:up && bun prisma:generate && vite dev",
"build": "vite build",
"build-storybook": "storybook build",