1
0
mirror of synced 2025-12-24 13:17:57 +08:00
Files
tmagic-editor/runtime/vue3/tmagic.config.ts
2022-09-22 15:23:29 +08:00

10 lines
215 B
TypeScript

import path from 'path';
import { defineConfig } from '@tmagic/cli';
export default defineConfig({
packages: [path.join(__dirname, '../../packages/ui')],
componentFileAffix: '.vue',
dynamicImport: true,
});