{"version":3,"file":"CFjBcJJ5.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":";;uTAEY,MAACA,EAAmC,OAAO","debug_id":"190f285d-0e11-5c6d-bc27-eb71cb2417b5"}