fix(db): comment out forward schema exports to prevent build errors

This commit is contained in:
2026-04-25 11:42:57 +08:00
parent 89cb385e33
commit 63a6e8b7d6
+3 -2
View File
@@ -2,5 +2,6 @@
export * from "./games" export * from "./games"
export * from "./gameVersions" export * from "./gameVersions"
export * from "./hardware" export * from "./hardware"
export * from "./performanceEntries" // TODO: uncomment when files are created in Chunk 3
export * from "./gamePlatformSupport" // export * from "./performanceEntries"
// export * from "./gamePlatformSupport"