mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
import Rails from '@rails/ujs';
|
|
|
|
export function start() {
|
|
try {
|
|
Rails.start();
|
|
} catch {
|
|
// If called twice
|
|
}
|
|
}
|