{"version":3,"file":"application-CdxbtBLA.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' %>\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\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// Example: Import a stylesheet in app/frontend/index.css\n// import '~/index.css'\n\n// Import all channels.\n// import '~/channels/index.js'\n// const channels = import.meta.globEager('./**/*_channel.js')\n\n// Uncomment to copy all static images under ../images to the output folder and reference\n// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)\n// or the `imagePath` JavaScript helper below.\n\nimport Rails from \"@rails/ujs\"\nimport * as ActiveStorage from \"@rails/activestorage\"\nimport '@fortawesome/fontawesome-free/js/all'\nimport 'bootstrap'\nimport $ from 'jquery';\nimport '@/stylesheets/application.scss';\n\nwindow.$ = $;\n\nRails.start()\nActiveStorage.start()\n\nconst images = require.context('../images', true)\nconst imagePath = (name) => images(name, true)"],"names":["$","Rails","ActiveStorage.start"],"mappings":"4FAsCA,OAAO,EAAIA,EAEXC,EAAM,MAAO,EACbC,EAAqB,EAEN,QAAQ,QAAQ,YAAa,EAAI"}