Skip to content

Commit

Permalink
Remove prisma from packages/db
Browse files Browse the repository at this point in the history
  • Loading branch information
ocodista committed Nov 11, 2023
1 parent 09a1bb8 commit ae43597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/web/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function NotFound() {
href="/"
className="flex items-center justify-center rounded-md border border-black px-5 py-2 text-xl text-black transition-colors hover:bg-black hover:text-white"
>
Pagina Principal
Página Principal
</Link>
</div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"types": "index.ts",
"private": true,
"scripts": {
"dev": "BROWSER=none prisma studio",
"db:start": "npx prisma generate && npx supabase start",
"db:seed": "ts-node ./seed.ts",
"db:stop": "npx supabase stop --backup",
"dev": "npx supabase start",
"db:generate-types": "supabase gen types typescript --local --schema public | tail -n +1 > src/supabase/type.ts",
"db:migrate": "supabase migrations up && yarn db:generate-types"
},
Expand Down
5 changes: 1 addition & 4 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
},
"start": {
"cache": false
},
"db-start": {},
"db-seed": {},
"db-stop": {}
}
},
"globalEnv": ["VERCEL_URL", "VERCEL_ENV"]
}

0 comments on commit ae43597

Please sign in to comment.