chore: upgrade to vite3

This commit is contained in:
张传龙
2022-08-27 14:22:09 +08:00
parent 220a7800f7
commit 51b47ea722
10 changed files with 297 additions and 62 deletions

5
mock/api/index.js Normal file
View File

@@ -0,0 +1,5 @@
import auth from './auth'
import user from './user'
import post from './post'
export default [...auth, ...user, ...post]