Skip to content

Commit

Permalink
fix build error - set output:export in next config (#1199)
Browse files Browse the repository at this point in the history
* fix build error

* lock nextjs version to 13.x.x
  • Loading branch information
Jipperism authored Dec 1, 2023
1 parent 1acbaa0 commit de5e0d0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 84 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "serve out",
"deploy": "pnpm export && pnpm sentry:sourcemaps",
"dev": "next",
"export": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next export",
"export": "export SENTRY_RELEASE=`sentry-cli releases propose-version` && next build",
"lint": "tsc -v && tsc --noEmit && next lint",
"lint:eslint": "eslint --ignore-path ../.gitignore --ignore-path .gitignore --ignore-path --max-warnings 0 .",
"lint:prettier": "prettier --ignore-path ../.gitignore --ignore-path .gitignore --loglevel warn --check **/*.{js,jsx,ts,tsx,sol,md,json}",
Expand All @@ -33,7 +33,7 @@
"@observablehq/runtime": "5",
"@openzeppelin/merkle-tree": "^1.0.2",
"@plasmicapp/host": "^1.0.171",
"@plasmicapp/loader-nextjs": "^1.0.284",
"@plasmicapp/loader-nextjs": "^1.0.345",
"@rainbow-me/rainbowkit": "1.2.0",
"@sentry/nextjs": "^7.73.0",
"@sentry/utils": "^7.73.0",
Expand All @@ -54,7 +54,7 @@
"html2canvas": "^1.4.1",
"js-confetti": "^0.11.0",
"lodash": "^4.17.21",
"next": "latest",
"next": "^13.5.6",
"papaparse": "^5.4.1",
"primereact": "^9.6.0",
"qs": "^6.11.0",
Expand Down
Loading

0 comments on commit de5e0d0

Please sign in to comment.