mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
8 lines
150 B
JavaScript
8 lines
150 B
JavaScript
/* eslint-disable no-console */
|
|
|
|
import { registerSW } from "virtual:pwa-register";
|
|
|
|
if (process.env.NODE_ENV === "production") {
|
|
registerSW();
|
|
}
|