mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
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:
@@ -116,7 +116,7 @@ function startAllServices(): void {
|
||||
|
||||
concurrently(services as ConcurrentServiceConfig[], {
|
||||
killOthers: ['failure', 'success'],
|
||||
restartTries: 3,
|
||||
restartTries: 0,
|
||||
prefix: 'name',
|
||||
prefixColors: ['cyan', 'green', 'magenta']
|
||||
})
|
||||
Reference in New Issue
Block a user