Skip to content

Commit

Permalink
🚨 try fixing web lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed Dec 27, 2023
1 parent 9bba721 commit 7035355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
experimental:{
appDir: true,
},
webpack: (config) => {
config.externals.push("pino-pretty", "lokijs", "encoding");
return config;
Expand Down
2 changes: 1 addition & 1 deletion pkg/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"typescript": "^4.5.2",
"vitest": "^0.28.4"
}
}
}

0 comments on commit 7035355

Please sign in to comment.