All checks were successful
Build and Deploy Nuxt / build (push) Successful in 41s
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
const backendUrl = import.meta.env.API_BASE_URL || 'http://localhost:5000/api'
|
|
|
|
export {
|
|
backendUrl
|
|
}; |