.dumirc.ts 146 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { defineConfig } from 'dumi'; export default defineConfig({ outputPath: 'docs-dist', themeConfig: { name: '@qx/common ', }, });