mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
add custom ports
This commit is contained in:
parent
671e0a74eb
commit
9e6f623eec
2 changed files with 8 additions and 8 deletions
14
.wp-env.json
14
.wp-env.json
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"core": null,
|
||||
"plugins": [
|
||||
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip"
|
||||
],
|
||||
"themes": [
|
||||
"./"
|
||||
]
|
||||
"core": null,
|
||||
"plugins": [
|
||||
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip"
|
||||
],
|
||||
"themes": ["./"],
|
||||
"port": 8801,
|
||||
"testsPort": 8802
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"expect-puppeteer"
|
||||
],
|
||||
"globals": {
|
||||
"STORE_URL": "http://localhost:8889"
|
||||
"STORE_URL": "http://localhost:8801"
|
||||
}
|
||||
},
|
||||
"license": "GPL-2.0+",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue