Skip to content

Commit 99f2186

Browse files
authored
Create woocommerce-multiconfig.php
1 parent 008ac98 commit 99f2186

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
"development" => [],
5+
"staging" => [],
6+
"production" => []
7+
];

0 commit comments

Comments
 (0)