Skip to content

Commit 871d806

Browse files
committed
update imports
1 parent 41bdbb0 commit 871d806

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/utils/vercel-env.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { exec, printStdoutList } from '../helpers/helpers'
1+
import { exec } from '../helpers/exec'
2+
import { printStdoutList } from '../helpers/print'
23
import { getEnvVarMap } from './get-env'
3-
import type { DeploymentEnv, EnvVarMap, Stdout } from '../types/types'
4+
import type { DeploymentEnv, EnvVarMap } from '../types/types'
45

56
const removeEnv = async (deploymentEnv: DeploymentEnv, envVarMap: EnvVarMap) => {
67
const stdoutList: Promise<Stdout>[] = []

0 commit comments

Comments
 (0)