mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +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
|
|
}
|
|
}
|