Skip to content

Commit 28f3d76

Browse files
committed
Add /internal/symlinks to ProxyFS paths
1 parent d003c4f commit 28f3d76

File tree

1 file changed

+1
-0
lines changed
  • packages/playground/wordpress/src

1 file changed

+1
-0
lines changed

packages/playground/wordpress/src/boot.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export async function bootRequestHandler(options: BootRequestHandlerOptions) {
233233
'/tmp',
234234
requestHandler.documentRoot,
235235
'/internal/shared',
236+
'/internal/symlinks',
236237
]);
237238
}
238239

0 commit comments

Comments
 (0)