[run] Fix

Fix config port for mac
This commit is contained in:
Alexander Trofimov
2020-10-26 11:49:08 +03:00
parent 4c62e12822
commit 1ea1a3f904

View File

@ -1,7 +1,7 @@
{
"server": {
"port": 3000,
"siteUrl": "http://127.0.0.1:8080/",
"siteUrl": "http://127.0.0.1:8001/",
"apiUrl": "web-apps/apps/api/documents/api.js",
"preloaderUrl": "web-apps/apps/api/documents/cache-scripts.html"
}