~cytrogen/masto-fe

ref: 0c81eec23979a26251f3b03423d91d9d5343690a masto-fe/app/javascript/mastodon/common.js -rw-r--r-- 219 bytes
0c81eec2 — dependabot[bot] Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 (#24573) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
import Rails from '@rails/ujs';

export function start() {
  require('font-awesome/css/font-awesome.css');
  require.context('../images/', true);

  try {
    Rails.start();
  } catch (e) {
    // If called twice
  }
}