Commit fcf446a
fix: use type-only imports and update import source in inject-audit-data-v2
Convert Script, PrismaClient, and Prisma imports to type-only imports since
they are only used in type positions. Update PrismaClient/Prisma import source
from "../../dist" to "@sourcebot/db" to match the pattern in scriptRunner.ts.
Also fix broken API reference link in sizing guide docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 592019a commit fcf446a
File tree
2 files changed
+3
-3
lines changed- docs/docs/deployment
- packages/db/tools/scripts
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments