Skip to content

Commit 28be310

Browse files
jonphippsclaude
andcommitted
fix: import preset from source in scaffold template
Changed scaffold template to import from preset source instead of dist to avoid TypeScript compilation errors when dist doesn't exist. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0d694f3 commit 28be310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/scaffold-template/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Config } from '@docusaurus/types';
2-
import preset from '../../packages/preset-ifla/dist/index.js';
2+
import preset from '../../packages/preset-ifla/src/index';
33
import { createStandardSiteConfig } from '@ifla/theme/config';
44
import navbarItems from './navbar';
55

0 commit comments

Comments
 (0)