import { defineConfig } from ‘vite’ import rails from ‘vite-plugin-rails’

export default defineConfig({

plugins: [
  rails(),
]

})