Skip to content

Commit b2dc743

Browse files
committed
Merge branch 'repo-engineering/deletion_automation' of https://github.com/microservices-suite/node-microservices-suite into repo-engineering/deletion_automation
2 parents 72d6c12 + 92e05aa commit b2dc743

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.suite-cli/cli/cli.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const { execSync } = require('node:child_process')
77
const { cwd } = require('node:process');
88
const { readFileSync } = require('node:fs');
99
const path = require('node:path');
10+
const { cwd } = require('node:process');
11+
const { readFileSync } = require('node:fs');
12+
const path = require('node:path');
1013
const actionHandlers = require('./scripts')
1114
const { logInfo, getExistingComponent, getExistingApps, getNextAvailablePort, scaffoldApp, scaffoldGateways, readFileContent } = require('./scripts/scripts.module');
1215

.suite-cli/cli/scripts/scripts.module.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,6 @@ module.exports = {
19781978
scaffoldGateways,
19791979
getExistingApps,
19801980
readFileContent,
1981-
removeResource,
1982-
removeService,
1983-
removeApp
1981+
readFileContent,
1982+
removeResource
19841983
}

0 commit comments

Comments
 (0)