kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
11 wiersze
215 B
JavaScript
11 wiersze
215 B
JavaScript
|
import loadPolyfills from './soapbox/load_polyfills';
|
||
|
import { start } from './soapbox/common';
|
||
|
|
||
|
start();
|
||
|
|
||
|
loadPolyfills().then(() => {
|
||
|
require('./soapbox/main').default();
|
||
|
}).catch(e => {
|
||
|
console.error(e);
|
||
|
});
|