mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 18:01:05 +00:00
10 lines
127 B
TypeScript
10 lines
127 B
TypeScript
import Rails from '@rails/ujs';
|
|
|
|
export function start() {
|
|
try {
|
|
Rails.start();
|
|
} catch {
|
|
// If called twice
|
|
}
|
|
}
|