Skip to content

Commit 6e0412c

Browse files
committed
fix: local dev
1 parent 1bd130a commit 6e0412c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

templates/cli/lib/emulation/docker.js.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ const childProcess = require('child_process');
22
const { localConfig } = require("../config");
33
const path = require('path');
44
const fs = require('fs');
5+
const { log,success } = require("../parser");
6+
const { openRuntimesVersion, systemTools } = require("./utils");
7+
const ID = require("../id");
58

69
const activeDockerIds = {};
710

templates/cli/lib/emulation/utils.js.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const EventEmitter = require('node:events');
22
const { projectsCreateJWT } = require('../commands/projects');
3+
const { localConfig } = require("../config");
4+
35

46
const openRuntimesVersion = 'v3';
57

0 commit comments

Comments
 (0)