From a5db7658be460ddd8e5fcb146340de09477bf74e Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 14 Jun 2023 20:44:53 +0000 Subject: [PATCH] Build/Test Tools: Revert accidental change to .env Follow-up to [55919] to restore .env state. Props joedolson. See #50523. git-svn-id: https://develop.svn.wordpress.org/trunk@55920 602fd350-edb4-49c9-b593-d223f7449a82 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index a1e741cd4e..63a8169f64 100644 --- a/.env +++ b/.env @@ -12,7 +12,7 @@ LOCAL_PORT=8889 # Where to run WordPress from. Valid options are 'src' and 'build'. -LOCAL_DIR=build +LOCAL_DIR=src # The PHP version to use. Valid options are 'latest', and '{version}-fpm'. LOCAL_PHP=latest