Skip to content

Commit

Permalink
feat: mako build (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 authored Dec 15, 2024
1 parent 2377662 commit c920f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os from 'node:os';
import { defineConfig } from 'dumi';
import path from 'path';

Expand All @@ -11,4 +12,5 @@ export default defineConfig({
name: 'Dialog',
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
},
mako: ['Darwin', 'Linux'].includes(os.type()) ? {} : false,
});;

0 comments on commit c920f3f

Please sign in to comment.