This commit is contained in:
sdarbinyan
2026-03-24 02:27:59 +04:00
5 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@@ -38,7 +38,7 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/public/images/
# System files
.DS_Store
Thumbs.db

View File

@@ -181,3 +181,4 @@
}
}
}

1
package-lock.json generated
View File

@@ -9580,3 +9580,4 @@
}
}
}

View File

@@ -47,3 +47,4 @@
"typescript": "~5.9.3"
}
}

4
start
View File

@@ -1,2 +1,2 @@
pm2 start "ng serve --configuration=novo --host 127.0.0.1 --port 4000" --name novo-market
pm2 start "ng serve --host 127.0.0.1 --port 3000" --name dexar-market
pm2 start "ng serve --configuration=novo --host 127.0.0.1 --port 4010" --name novo-market
pm2 start "ng serve --host 127.0.0.1 --port 4001" --name dexar-market