There was an error while loading. Please reload this page.
1 parent 9634c2b commit 924afffCopy full SHA for 924afff
1 file changed
apps/cli/lib/run-wp-cli-command.ts
@@ -61,6 +61,8 @@ export async function runWpCliCommand(
61
try {
62
await php.setSapiName( 'cli' );
63
64
+ php.defineConstant( 'WP_SQLITE_AST_DRIVER', true );
65
+
66
php.mkdir( '/wordpress' );
67
await php.mount( '/wordpress', createNodeFsMountHandler( siteFolder ) );
68
0 commit comments