{"version":3,"file":"x_rD_Ya3.js","sources":["../../../../node_modules/.pnpm/nuxt@3.16.1_@types+node@18.19.6_eslint@8.55.0_rollup@2.79.1_sass@1.69.5_tsx@4.19.2_typescript@5.6.2_vite@4.5.1/node_modules/nuxt/dist/app/compat/interval.js"],"sourcesContent":["import { createError } from \"../composables/error.js\";\nconst intervalError = \"[nuxt] `setInterval` should not be used on the server. Consider wrapping it with an `onNuxtReady`, `onBeforeMount` or `onMounted` lifecycle hook, or ensure you only call it in the browser by checking `import.meta.client`.\";\nexport const setInterval = import.meta.client ? window.setInterval : () => {\n if (import.meta.dev) {\n throw createError({\n statusCode: 500,\n message: intervalError\n });\n }\n console.error(intervalError);\n};\n"],"names":["setInterval"],"mappings":"AAEY,MAACA,EAAmC,OAAO","x_google_ignoreList":[0]}