issue #39
All checks were successful
Test CI / build (push) Successful in 1m23s

- 자동 로그인 로직 cookie 로 변경
This commit is contained in:
2025-12-07 22:46:01 +09:00
parent 91e4f987ea
commit abee778691
13 changed files with 239 additions and 70 deletions

View File

@@ -9,5 +9,13 @@ export default defineConfig({
out: "./drizzle",
dbCredentials: {
url: process.env.PG_DATABASE_URL!
}
},
tablesFilter: [
'account',
'schedule',
'comment',
'follow',
'favorite',
'participant'
]
});