{"version":3,"mappings":";gEAWA,SAAS,iBAAiB,mBAAoB,gBAAiB,EAC/C,MAAAA,EAAA,IAAM,OAAO,2BAAW,6CAChC,MACR,CAAC","names":["__vitePreload"],"ignoreList":[],"sources":["../src/first-run.ts"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\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.ts')\n\twizard.open()\n})\n"],"file":"firstrunwizard-activate.mjs"}