♻️ Remove @typebot.io/schemas from @typebot.io/lib
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
"id": "s1ZvUqWxV6b8UgFGYWh39pV",
|
||||
"groupId": "jd4S6BQsUQ2RuKieHXYKs9",
|
||||
"type": "Google Sheets",
|
||||
"options": {}
|
||||
"options": {
|
||||
"spreadsheetId": "1k_pIDw3YHl9tlZusbBVSBRY0PeRPd2H6t4Nj7rwnOtM"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -46,7 +46,9 @@
|
||||
"id": "s1ZvUqWxV6b8UgFGYWh39pV",
|
||||
"groupId": "jd4S6BQsUQ2RuKieHXYKs9",
|
||||
"type": "Google Sheets",
|
||||
"options": {},
|
||||
"options": {
|
||||
"spreadsheetId": "1k_pIDw3YHl9tlZusbBVSBRY0PeRPd2H6t4Nj7rwnOtM"
|
||||
},
|
||||
"outgoingEdgeId": "tBsPNYzMW1mMSvFMHZpmx8"
|
||||
}
|
||||
]
|
||||
|
||||
6
apps/builder/src/test/global.setup.ts
Normal file
6
apps/builder/src/test/global.setup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test as setup } from '@playwright/test'
|
||||
import { globalSetup } from '@typebot.io/playwright/globalSetup'
|
||||
|
||||
setup('setup db', async () => {
|
||||
await globalSetup()
|
||||
})
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
Workspace,
|
||||
} from '@typebot.io/prisma'
|
||||
import Stripe from 'stripe'
|
||||
import { proWorkspaceId } from '@typebot.io/lib/playwright/databaseSetup'
|
||||
import { proWorkspaceId } from '@typebot.io/playwright/databaseSetup'
|
||||
import { env } from '@typebot.io/env'
|
||||
|
||||
const prisma = new PrismaClient()
|
||||
|
||||
Reference in New Issue
Block a user