Skip to content

Commit

Permalink
🔧 chore: Fix .dumirc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent 9628d1e commit 135cb46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ export default defineConfig({
mako: isWin || isProduction ? false : {},
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
resolve: {
atomDirs: [{ dir: 'src', type: 'component' }],
entryFile: isProduction ? './src/index.ts' : undefined,
},
ssr: isProduction ? {} : false,
styles: [
`html, body { background: transparent; }
Expand Down

0 comments on commit 135cb46

Please sign in to comment.