[Bootstrap] Revert back to dist-dev

pull/50/head
Oj18 3 years ago
parent 899c7925c4
commit 9ae0d9f486

@ -11,8 +11,7 @@ const init = async () => {
console.log('[GooseMod Bootstrap]', 'Found locale', locale);
// eval(await (await fetch(`http://localhost:1234/goosemod.${locale}.js`)).text());
// eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-prod/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
};
init();

Loading…
Cancel
Save