Skip to content

Commit 5fa2cfa

Browse files
author
deployment_bot
committed
Refresh SQLite integration plugin
1 parent b9b7fcc commit 5fa2cfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// @ts-ignore
23
import url from './sqlite-database-integration.zip?url';
34

@@ -7,5 +8,6 @@ import url from './sqlite-database-integration.zip?url';
78
* This file must statically exists in the project because of the way
89
* vite resolves imports.
910
*/
10-
export const size = 87179;
11+
export const size = 84294;
1112
export { url };
13+

0 commit comments

Comments
 (0)