imcm7
Results
14
comments of
imcm7
What Orm I not try all have result 100+ request per second
May be `if (!response.headers?.['content-type'] || !response.headers?.['content-type'].startsWith('text/html')) {}`
> The solution that worked for me was to set `experimentalDecorators` directly in `nuxt.config.ts`: > > ```js > export default defineNuxtConfig({ > vite: { > esbuild: { > tsconfigRaw: {...