Skip to content

Commit 38e889d

Browse files
author
deployment_bot
committed
Refresh SQLite integration plugin
1 parent 6e72a6e commit 38e889d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/playground/wordpress-builds/src/sqlite-database-integration/get-sqlite-driver-module-details.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ export function getSqliteDriverModuleDetails(
1919
url: string;
2020
} {
2121
switch (version) {
22+
2223
case 'develop':
2324
/** @ts-ignore */
2425
return {
25-
size: 215168,
26+
size: 215146,
2627
url: url_develop,
2728
};
2829
case 'v2.1.16':

0 commit comments

Comments
 (0)