The code powering m.abunchtell.com https://m.abunchtell.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

11 rader
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. });