wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 02:28:13 -04:00
parent 449a063fe2
commit 9f8899a9f9

View File

@@ -15,7 +15,7 @@ const init = () => {
ssl: {
rejectUnauthorized: false,
},
max: 1,
max: 3,
})
return drizzle(client, {})
}