mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:39:38 +08:00
打包改为vite
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
app_url: process.env.REACT_APP_URL,
|
||||
app_url: import.meta.env.VITE_APP_URL || "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user