fix: resolve ts errors for build and cleanup widget partners action

This commit is contained in:
AyrisAI
2026-07-13 14:25:28 +03:00
parent 53cbee0841
commit f37d2b4c39
6 changed files with 37 additions and 176 deletions
+1
View File
@@ -1,5 +1,6 @@
import { defineConfig } from '@prisma/config'
export default defineConfig({
// @ts-ignore
seed: 'tsx prisma/seed.ts'
})