build(projects): vite.config代码优化

This commit is contained in:
Soybean
2022-03-13 16:47:19 +08:00
parent d0522ce514
commit ca707a456b
13 changed files with 94 additions and 52 deletions

3
build/config/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './path';
export * from './define';
export * from './proxy';