fix: init snapshot

This commit is contained in:
ping-maxwell
2025-05-25 06:31:56 +10:00
parent 75f1f9384c
commit 240443efc4

View File

@@ -15,13 +15,14 @@ exports[`init > should match config 1`] = `
"adapterConfig": {
"adapterId": "kysely",
"adapterName": "Kysely Adapter",
"debugLogs": undefined,
"debugLogs": false,
"supportsBooleans": false,
"supportsDates": false,
"supportsJSON": false,
"supportsNumericIds": true,
"usePlural": undefined,
},
"debugLogs": false,
"type": "sqlite",
},
"update": [Function],