Skip to content

Commit

Permalink
type: fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sailist committed Feb 9, 2025
1 parent 3ccc122 commit 960b85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/document/rspress.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as path from 'node:path';
import { defineConfig } from 'rspress/config';
import { pluginSourceBuild } from '@rsbuild/plugin-source-build';
import type { UserConfig } from '@rspress/shared';
const packagesDir = path.resolve(__dirname, '../../packages');

export default defineConfig({
Expand Down Expand Up @@ -34,4 +35,4 @@ export default defineConfig({
},
},
},
});
} as UserConfig);

0 comments on commit 960b85d

Please sign in to comment.