nas/app/javascript/mastodon/common.ts
Echo c4f47adb49
Convert from Webpack to Vite (#34450)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2025-05-16 13:26:12 +00:00

9 lines
127 B
TypeScript

import Rails from '@rails/ujs';
export function start() {
try {
Rails.start();
} catch {
// If called twice
}
}