打包改为vite

This commit is contained in:
none
2023-03-23 16:17:50 +08:00
parent 6af892c7e5
commit e7421f67cc
33 changed files with 454 additions and 1778 deletions

View File

@@ -1,3 +1,3 @@
export default {
app_url: process.env.REACT_APP_URL,
app_url: import.meta.env.VITE_APP_URL || "",
};