chore: move forgeCLI from scripts folder to tools folder

Former-commit-id: a631aa447a97d33dfc7f18d3a2c55f55791a2396 [formerly d7cf474fb108f03bcac56a3cda559713adcb1660] [formerly f3b8f2cab0ef6b352a82c05157e34a0e9ef911d2 [formerly 7f1de92b23abd29164917c0f0cdee7d02e08dc4f]]
Former-commit-id: 41041f9c284ff1d326a8ea494ef6656c85b68599 [formerly 91144b8eff3c50eb35d47fea79e978093f8e226f]
Former-commit-id: 4d479b55701b6b466d65ce3f39009375cbbe5339
This commit is contained in:
Melvin Chia
2025-10-12 12:27:24 +08:00
parent 9cc83df229
commit 2af54a2f39
20 changed files with 1 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ function startAllServices(): void {
concurrently(services as ConcurrentServiceConfig[], {
killOthers: ['failure', 'success'],
restartTries: 3,
restartTries: 0,
prefix: 'name',
prefixColors: ['cyan', 'green', 'magenta']
})