mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 08:25:55 +00:00
813c84cd6c
Port 4c45b43cb8
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
import 'packs/public-path';
|
|
import loadPolyfills from 'flavours/glitch/util/load_polyfills';
|
|
|
|
loadPolyfills().then(() => {
|
|
require('flavours/glitch/util/main').default();
|
|
}).catch(e => {
|
|
console.error(e);
|
|
});
|