ftrsoft
Results
3
comments of
ftrsoft
It is because at http module at http-plugin.nitro.ts does not use Runtimeconfig ((. Any ideas?
I want specify API URL at .env file. When apllications is run in production, not for build stage (npm build). I want to useRuntimeconfig() work correctly
From Nuxt doc: `Runtime config values are automatically replaced by matching environment variables at runtime.` I want change api url by env variables. But for nitro (http module) it is...