π¨π Marko Bolliger <cannap>
Explore posts from serversNNuxt
β’Created by π¨π Marko Bolliger <cannap> on 9/26/2024 in #βγ»help
devtool not live updating?
2 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 7/9/2024 in #βγ»help
custom fetch type errors
4 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 4/16/2024 in #βγ»help
env not in useRuntimeCOnfig
NUXT_POSTGRES_DB=syncdemo
this is in my env but my runtimeCOnfig composable only shows
{
app: { baseURL: '/', buildAssetsDir: '/nuxt/', cdnURL: '' },
nitro: {
envPrefix: 'NUXT',
routeRules: {
'/__nuxt_error': [Object],
'/_nuxt/builds/meta/': [Object],
'/_nuxt/builds/': [Object]
}
},
public: {}
}
i use it inside server/utils/xx.ts
in devmode
6 replies
NNuxt
β’Created by π¨π Marko Bolliger <cannap> on 11/22/2022 in #βγ»help
How to add interceptor to onFetch etc.. without creating my own useFetchWithaAuth or something
In nuxt2 with axios it was easy to extend it via Plugin or something.
but i have no clue how to do it in Nuxt 3
5 replies