The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
221 B

  1. import loadPolyfills from '../mastodon/load_polyfills';
  2. import { start } from '../mastodon/common';
  3. start();
  4. loadPolyfills().then(() => {
  5. require('../mastodon/main').default();
  6. }).catch(e => {
  7. console.error(e);
  8. });