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()
|
const config = useRuntimeConfig()
|
||||||
|
|
||||||
|
console.log('getOpnRequestsOptions', config, request, opts)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
baseURL: config.public.apiBase,
|
baseURL: config.public.apiBase,
|
||||||
onResponseError({response}) {
|
onResponseError({response}) {
|
||||||
|
|
Loading…
Reference in New Issue