Add .env file at AWS build time
This commit is contained in:
parent
ce0c7383fd
commit
e4177b0ff0
|
@ -25,6 +25,8 @@ export function getOpnRequestsOptions(request, opts) {
|
|||
|
||||
const config = useRuntimeConfig()
|
||||
|
||||
console.log('getOpnRequestsOptions', config, request, opts)
|
||||
|
||||
return {
|
||||
baseURL: config.public.apiBase,
|
||||
onResponseError({response}) {
|
||||
|
|
Loading…
Reference in New Issue