From fbd93fe935502a8d8847c9886798e636529e7bd8 Mon Sep 17 00:00:00 2001 From: tomolld Date: Sun, 29 Dec 2024 11:42:08 +0900 Subject: [PATCH] f --- web/vitest.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/vitest.config.ts b/web/vitest.config.ts index 5a27a378..5c43e773 100644 --- a/web/vitest.config.ts +++ b/web/vitest.config.ts @@ -9,8 +9,6 @@ export default VitestConfig.defineConfig({ environmentOptions: { vprisma: { baseEnv: "jsdom", - databaseUrl: - "postgresql://postgres:password@localhost:5433/postgres?schema=public", }, }, },