memowake-front/app.config.js
Junhui Chen d539647a85
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 24s
Prod Deploy / Explore-Gitea-Actions (push) Successful in 33s
fix
2025-07-14 21:13:05 +08:00

7 lines
172 B
JavaScript

// app.config.js
export default ({ config }) => ({
...config,
extra: {
API_ENDPOINT: process.env.API_ENDPOINT || "http://192.168.31.115:18080/api"
}
});