{"version":3,"mappings":";gEAaA,SAAS,iBAAiB,mBAAoB,gBAAiB,EAC/C,MAAKA,EAAA,IAAC,OAAO,2BAAW,EAAC,yCACjC,KAAM,CACd,CAAC","names":["__vitePreload"],"ignoreList":[],"sources":["../src/first-run.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n// eslint-disable-next-line import/no-unresolved, n/no-missing-import\nimport 'vite/modulepreload-polyfill'\n\n/**\n * Handling opening the first-run-wizard the first time\n *\n * Dynamically load the first-run-wizard and open it when loaded\n */\ndocument.addEventListener('DOMContentLoaded', async function() {\n\tconst wizard = await import('./main.js')\n\twizard.open()\n})\n"],"file":"js/firstrunwizard-activate.mjs"}