Skip to content

Commit

Permalink
fix: update type import source
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Jan 21, 2025
1 parent 72c3574 commit e524168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ice/src/bundler/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from '@ice/shared-config/types';
import type ora from '@ice/bundles/compiled/ora/index.js';
import type { Stats as WebpackStats } from '@ice/bundles/compiled/webpack/index.js';
import type { AppConfig } from '@ice/runtime';
import type { AppConfig } from '@ice/runtime-kit';
import type { Configuration, MultiCompiler, MultiStats } from '@rspack/core';
import type { Context as DefaultContext, TaskConfig } from 'build-scripts';
import type { ServerCompiler, GetAppConfig, GetRoutesConfig, GetDataloaderConfig, ExtendsPluginAPI } from '../types/plugin.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ice/src/createService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import webpack from '@ice/bundles/compiled/webpack/index.js';
import { Context } from 'build-scripts';
import type { CommandArgs, CommandName, TaskConfig } from 'build-scripts';
import type { Config } from '@ice/shared-config/types';
import type { AppConfig } from '@ice/runtime';
import type { AppConfig } from '@ice/runtime-kit';
import * as config from './config.js';
import test from './commands/test.js';
import webpackBundler from './bundler/webpack/index.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/ice/src/utils/getRouterBasename.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AppConfig } from '@ice/runtime';
import type { AppConfig } from '@ice/runtime-kit';
import type { Config } from '@ice/shared-config/types';
import type { TaskConfig } from 'build-scripts';

Expand Down

0 comments on commit e524168

Please sign in to comment.