diff --git a/netlify.toml b/netlify.toml index e55306c..031bf65 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,4 +12,7 @@ environment = { NODE_VERSION = "22" } [context.branch-deploy] - environment = { NODE_VERSION = "22" } \ No newline at end of file + environment = { NODE_VERSION = "22" } + +[functions] + included_files = ["prisma/dev.db", "dev.db", "node_modules/.prisma/client/dev.db"] \ No newline at end of file diff --git a/playwright.config.ts b/playwright.config.ts index de266fe..fb66be9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ workers: process.env.CI ? 1 : undefined, reporter: 'html', use: { - baseURL: 'https://6a4e31799ae1822127aa87de--mobile2-staging-falah.netlify.app', + baseURL: 'https://6a4e32b8782b7f28bdd55a45--mobile2-staging-falah.netlify.app', trace: 'on-first-retry', video: 'retain-on-failure', },