Skip to content

Commit d0c5e26

Browse files
committed
Dashboard: Remove certain warning logs
1 parent d803d37 commit d0c5e26

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public-hoist-pattern[]=*import-in-the-middle*
2+
public-hoist-pattern[]=*require-in-the-middle*

apps/dashboard/next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ function getConfig(): NextConfig {
203203
type: "memory",
204204
});
205205
}
206-
config.externals.push("pino-pretty");
207206
config.module = {
208207
...config.module,
209208
exprContextCritical: false,

apps/dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"papaparse": "^5.5.2",
7979
"pluralize": "^8.0.0",
8080
"posthog-js": "1.67.1",
81+
"prettier": "3.5.3",
8182
"qrcode": "^1.5.3",
8283
"react": "19.1.0",
8384
"react-children-utilities": "^2.10.0",

pnpm-lock.yaml

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)