Skip to content

Commit 2ab6638

Browse files
Fix port overlapping in .wp-env.json
1 parent 390b927 commit 2ab6638

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.wp-env.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"WP_SITEURL": "http://localhost",
55
"WP_HOME": "http://localhost"
66
},
7-
"port": 80
8-
}
7+
"port": 80,
8+
"env": {
9+
"tests": {
10+
"port": 3000
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)