Additional drizzle cleanup. Move scrub transformation to server side.

This commit is contained in:
Patrick Fic
2026-01-20 11:59:39 -08:00
parent 8954147976
commit 27370bba6d
16 changed files with 1589 additions and 1653 deletions

View File

@@ -7,7 +7,8 @@
"src/util/**/*",
"src/interfaces/**/*",
"tests/index.spec.ts",
"/resources/**/*"
"/resources/**/*",
"shared/**/*"
],
"compilerOptions": {
"resolveJsonModule": true,