Chore: make netlify fucking work (#65)

* remove lock

* netlify toml

* change version idk

* prisma for netlify
This commit is contained in:
Baobeld 2025-01-22 12:21:49 -05:00 committed by GitHub
parent 0ed6b6032e
commit d783f87d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 1 deletions

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",