{"version":3,"file":"application-DjDx5gPk.js","sources":["../../../app/frontend/entrypoints/application.js"],"sourcesContent":["// To see this message, add the following to the `` section in your\n// views/layouts/application.html.erb\n//\n// <%= vite_client_tag %>\n// <%= vite_javascript_tag 'application' %>\nconsole.log(\"Vite ⚡️ Rails\");\n\n// If using a TypeScript entrypoint file:\n// <%= vite_typescript_tag 'application' %>\n//\n// If you want to use .jsx or .tsx, add the extension:\n// <%= vite_javascript_tag 'application.jsx' %>\n\nconsole.log(\n \"Visit the guide for more information: \",\n \"https://vite-ruby.netlify.app/guide/rails\",\n);\n\n// Example: Load Rails libraries in Vite.\n//\n// import * as Turbo from '@hotwired/turbo'\n// Turbo.start()\n//\n// import ActiveStorage from '@rails/activestorage'\n// ActiveStorage.start()\n//\n// // Import all channels.\n// const channels = import.meta.globEager('./**/*_channel.js')\n\n// Example: Import a stylesheet in app/frontend/index.css\n// import '~/index.css'\n\n// We disable the state to ensure that browser cache is not showing users data that is deleted\n// see https://github.com/inertiajs/inertia/issues/565 for more\nimport { router } from \"@inertiajs/react\";\n\nwindow.addEventListener(\"popstate\", (event) => {\n event.stopImmediatePropagation();\n\n router.visit(window.location.href, {\n preserveState: false,\n preserveScroll: false,\n replace: true,\n });\n});\n"],"names":["event","router"],"mappings":"4CAKA,QAAQ,IAAI,eAAe,EAQ3B,QAAQ,IACN,yCACA,2CACF,EAoBA,OAAO,iBAAiB,WAAaA,GAAU,CAC7CA,EAAM,yBAA0B,EAEhCC,EAAO,MAAM,OAAO,SAAS,KAAM,CACjC,cAAe,GACf,eAAgB,GAChB,QAAS,EACb,CAAG,CACH,CAAC"}