Compare commits
14 Commits
97214c3a90
...
3a8bc2f893
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a8bc2f893 | ||
|
|
d29de100c6 | ||
|
|
f823df7e15 | ||
|
|
4ef4223367 | ||
|
|
c64b9cfee8 | ||
|
|
d288a5fb3c | ||
|
|
75b45abe4f | ||
|
|
2bd98b29eb | ||
|
|
82cbf07120 | ||
|
|
e07356a700 | ||
|
|
5068a3a114 | ||
|
|
333ea45c38 | ||
|
|
b22390f3eb | ||
|
|
3f285ca15f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -38,7 +38,7 @@ yarn-error.log
|
||||
/libpeerconnection.log
|
||||
testem.log
|
||||
/typings
|
||||
|
||||
/public/images/
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
@@ -181,3 +181,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
1
package-lock.json
generated
1
package-lock.json
generated
@@ -9580,3 +9580,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -47,3 +47,4 @@
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
4
start
4
start
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user