Skip to content

Commit

Permalink
edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoober committed Jul 9, 2024
1 parent b04a4cf commit cc8cfc8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ target
node_modules
test-ledger
.yarn
*wallet.json
*wallet.json
.vercel
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Thumbs.db
# Next.js
.next
out
.vercel
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"build": "nx build web",
"dev": "nx serve web",
"start": "nx serve web --prod",
"export": "nx export web"
"start": "nx serve web --prod"
},
"private": true,
"dependencies": {
Expand Down
5 changes: 1 addition & 4 deletions app/vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"buildCommand": "nx build web",
"outputDirectory": "dist/apps/web/.next",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
"outputDirectory": "dist/apps/web/"
}

0 comments on commit cc8cfc8

Please sign in to comment.