Skip to content

Commit

Permalink
fix: dev compatible with umi 4.0.82+
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Sep 27, 2023
1 parent dff567a commit 41a21df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/forkedDev.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { setNodeTitle } from 'umi/dist/cli/node';
import { setNodeTitle } from '@umijs/utils/dist/node';
import { logger, printHelp, setNoDeprecation, yParser } from 'umi/plugin-utils';
import { DEV_COMMAND, FRAMEWORK_NAME } from './constants';
import { DumiService } from './service';
Expand Down

0 comments on commit 41a21df

Please sign in to comment.