mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
lint: prettier lint
This commit is contained in:
parent
86b4b9d523
commit
a9e153cfd6
10 changed files with 269 additions and 273 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
import { register } from "register-service-worker";
|
||||
|
||||
if (process.env.NODE_ENV === "production" && process.env.IS_ELECTRON === 'undefined') {
|
||||
if (
|
||||
process.env.NODE_ENV === "production" &&
|
||||
process.env.IS_ELECTRON === "undefined"
|
||||
) {
|
||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||
ready() {
|
||||
console.log(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue