[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: only set hydration debugging in prod

+6 -4
+6 -4
nuxt.config.ts
··· 39 39 40 40 css: ['~/assets/main.css', 'vue-data-ui/style.css'], 41 41 42 + $production: { 43 + debug: { 44 + hydration: true, 45 + }, 46 + }, 47 + 42 48 runtimeConfig: { 43 49 sessionPassword: '', 44 50 // Upstash Redis for distributed OAuth token refresh locking in production ··· 217 223 }, 218 224 ], 219 225 }, 220 - }, 221 - 222 - debug: { 223 - hydration: true, 224 226 }, 225 227 226 228 typescript: {