chore: fix bun p dynamic dependencies

This commit is contained in:
Charlie Lamb
2026-01-28 12:57:25 +00:00
parent 4dff80de16
commit ffbb2ca29a
3 changed files with 25 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
"src/utils/workerUtils/**",
"src/db/**"
],
"ignoreDependencies": ["@react-email/components"]
"ignoreDependencies": ["@react-email/components", "@axiomhq/pino"]
},
"shared": {
"entry": ["index.ts"],