Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Aug 8, 2023
1 parent 6e0a260 commit 09ec52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/turbo/src/TurboPlanCommand.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as process from 'node:process';

import { Command, Option } from 'clipanion';
import * as process from 'process';

import { Turbo } from './Turbo';

Expand Down

0 comments on commit 09ec52d

Please sign in to comment.