Skip to content

Commit

Permalink
chore: next config was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jul 30, 2024
1 parent df18549 commit e8913fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
5 changes: 0 additions & 5 deletions apps/customer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
const isStandalone = process.env.STANDALONE === 'true';

const nextConfig = {
env: {
DEPLOY_PRIME_URL: $DEPLOY_PRIME_URL,
DEPLOY_URL: $DEPLOY_URL,
URL: $URL,
},
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
Expand Down
2 changes: 0 additions & 2 deletions apps/customer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"wagmi": "^2.9.8"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.0.0-rc.8",
"@repo/eslint-config": "workspace:*",
"@repo/postcss-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
Expand All @@ -45,7 +44,6 @@
"postcss": "^8",
"react-transition-state": "^2.1.1",
"sass": "^1.77.4",
"styled-jsx": "^5.1.6",
"stylelint": "^16.6.1",
"typescript": "^5"
},
Expand Down
46 changes: 8 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8913fc

Please sign in to comment.