Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next

This commit is contained in:
dap
2026-03-20 16:26:40 +08:00
22 changed files with 707 additions and 659 deletions

View File

@@ -18,6 +18,7 @@ export async function node(): Promise<Linter.Config[]> {
{
allowModules: [
'tsdown',
'unplugin-vue',
'@vben/vite-config',
'vitest',
'vite',

View File

@@ -14,7 +14,7 @@ const selectors = [
];
const settings = {
entryPoint: 'packages/@core/base/design/src/css/global.css',
entryPoint: 'internal/tailwind-config/src/theme.css',
selectors,
};