Skip to content

Commit

Permalink
feat: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brolag committed Jan 12, 2025
1 parent 559d69b commit 7f465c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 57 deletions.
4 changes: 4 additions & 0 deletions apps/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ yarn-error.log*
.idea
*storybook.log
storybook-static

# prompts
instructions/
instructions/*
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"type": "module",
"prisma": {
"schema": "apps/web/prisma/schema.prisma",
"seed": "node apps/web/prisma/seed.js"
"schema": "./prisma/schema.prisma",
"seed": "./prisma/seed.js"
},
"scripts": {
"build": "next build",
Expand Down
55 changes: 0 additions & 55 deletions apps/web/src/contracts/predeployedContracts.ts

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 7f465c9

Please sign in to comment.