vite_ruby
vite_ruby copied to clipboard
Add missing `.ts` extension in `application.js` example
Description 📖
In the latest Vite, the default falls to .js, therefore .ts needs to be explicitly specified.
The Fix 🔨
By updating the example to include the .ts file extension