Skip to content

Commit 94388e6

Browse files
committed
Merge branch 'trunk' into support-blueprints-v2-in-the-browser
2 parents 2650062 + d5f8315 commit 94388e6

File tree

2 files changed

+2
-225
lines changed

2 files changed

+2
-225
lines changed

packages/playground/cli/src/blueprints-v2/run-blueprint-v2.ts

Lines changed: 0 additions & 223 deletions
This file was deleted.

packages/playground/remote/src/lib/worker-thread.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import {
2323
import { directoryHandleFromMountDevice } from '@wp-playground/storage';
2424
import { randomString } from '@php-wasm/util';
2525
import {
26-
spawnHandlerFactory,
2726
backfillStaticFilesRemovedFromMinifiedBuild,
2827
hasCachedStaticFilesRemovedFromMinifiedBuild,
2928
} from './worker-utils';
@@ -48,6 +47,7 @@ import type {
4847
import {
4948
PHPResponse,
5049
PHPWorker,
50+
sandboxedSpawnHandlerFactory,
5151
SupportedPHPVersionsList,
5252
} from '@php-wasm/universal';
5353
import {
@@ -401,7 +401,7 @@ export class PlaygroundWorkerEndpoint extends PHPWorker {
401401
sqliteIntegrationPluginZip: sqliteIntegrationRequest
402402
.then((r) => r.blob())
403403
.then((b) => new File([b], 'sqlite.zip')),
404-
spawnHandler: spawnHandlerFactory,
404+
spawnHandler: sandboxedSpawnHandlerFactory,
405405
sapiName,
406406
constants,
407407
hooks: {

0 commit comments

Comments
 (0)