1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-29 11:03:08 -05:00

9 lines
213 B
JavaScript
Raw Normal View History

import 'packs/public-path';
2017-12-03 23:26:40 -08:00
import loadPolyfills from 'flavours/glitch/util/load_polyfills';
loadPolyfills().then(() => {
require('flavours/glitch/util/main').default();
}).catch(e => {
console.error(e);
});