Costantin

Results 51 comments of Costantin

Would it be possible to have multiple providers something like: ```js export default defineNitroConfig({ routeRules: { '/api/edge.get.ts': { target: t => t.vercel.edge }, '/api/long-processing.get.ts': { target: t => t.netlify.background_function }...