{"version":3,"file":"CQVbowep.js","sources":["../../../../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":";;6UAEY,MAACA,EAAmC,OAAO","debug_id":"346ecf4e-7450-5171-8632-9c774f0b5994"}