Fix accidentally importing vanilla code in glitch-soc flavor (#1863)

This commit is contained in:
Claire
2022-10-11 19:35:37 +02:00
committed by GitHub
parent b01faa7375
commit 18f210aff6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function main() {
if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {
const [{ Workbox }, { me }] = await Promise.all([
import('workbox-window'),
import('mastodon/initial_state'),
import('flavours/glitch/initial_state'),
]);
const wb = new Workbox('/sw.js');