nitro: { routeRules: { "/api/**": { proxy: process.env.NUXT_PROXY_TARGET || "http://localhost:8000/api/**", }, }, },