{"version":3,"file":"C7gW9GPK.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":";;+UAEY,MAACA,EAAmC,OAAO","debug_id":"38fbdaf3-0341-5ea2-abe7-4d1a440b262d"}