Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Aug 4, 2022
1 parent e06f939 commit 772dc30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/service/src/core/apiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
CorePluginInstance,
PluginRunner
} from './lifecycle';
import { FileBuilder, FileOption } from '../project';
import { FileOption } from '../project';
import {
IServerMiddleware,
IServerPluginContext,
Expand Down Expand Up @@ -206,6 +206,4 @@ export interface IPluginContext {
resolveBuildFile(...paths: string[]): string;
resolvePublicFile(...paths: string[]): string;
getAssetPublicUrl(...paths: string[]): string;
onBuildStart: FileBuilder<any>['onBuildStart'];
onBuildEnd: FileBuilder<any>['onBuildEnd'];
}

0 comments on commit 772dc30

Please sign in to comment.