mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
import { defineConfig } from '@vben/vite-config';
|
|
|
|
export default defineConfig(async () => {
|
|
return {
|
|
vite: {
|
|
publicDir: 'src/scss-bem',
|
|
},
|
|
};
|
|
});
|