mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-24 01:18:34 +08:00
11 lines
215 B
TypeScript
11 lines
215 B
TypeScript
// eslint-disable-next-line no-restricted-imports
|
|
import { defineConfig } from '@vben/vite-config';
|
|
|
|
export default defineConfig(async () => {
|
|
return {
|
|
vite: {
|
|
publicDir: 'src/scss-bem',
|
|
},
|
|
};
|
|
});
|