mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
feat(projects): 新增主题配置
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
import path from 'path';
|
||||
|
||||
export default {
|
||||
'@': path.resolve(__dirname, '/src')
|
||||
};
|
@ -1,10 +1,4 @@
|
||||
import alias from './alias';
|
||||
import viteEnv from './env';
|
||||
import plugins from './plugins';
|
||||
|
||||
|
||||
export {
|
||||
alias,
|
||||
viteEnv,
|
||||
plugins
|
||||
}
|
||||
export { viteEnv, plugins };
|
||||
|
Reference in New Issue
Block a user