Sha256: b8d5dd7120d7aebb2f0deb56d4988d0f0438e676eee769182a4dd6131b7fd0ca
Contents?: true
Size: 930 Bytes
Versions: 8
Compression:
Stored size: 930 Bytes
Contents
// To see this message, add the following to the `<head>` section in your // views/layouts/application.html.erb // // <%= vite_client_tag %> // <%= vite_javascript_tag 'application' %> console.log('Vite ⚡️ Rails - Local') // If using a TypeScript entrypoint file: // <%= vite_typescript_tag 'application' %> // // If you want to use .jsx or .tsx, add the extension: // <%= vite_javascript_tag 'application.jsx' %> // console.log('Visit the guide for more information: ', 'https://vite-ruby.netlify.app/guide/rails') // Example: Load Rails libraries in Vite. // // import * as Turbo from '@hotwired/turbo' // Turbo.start() // // import ActiveStorage from '@rails/activestorage' // ActiveStorage.start() // // // Import all channels. // const channels = import.meta.globEager('./**/*_channel.js') // Example: Import a stylesheet in app/frontend/index.css // import '~/index.css' import '@geoblacklight/admin'
Version data entries
8 entries across 8 versions & 1 rubygems