mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
eslint
This commit is contained in:
@@ -3,7 +3,7 @@ import fs from "node:fs";
|
||||
|
||||
const LEGADO_ASSETS_WEB_VUE_DIR = new URL(
|
||||
"../../../app/src/main/assets/web/vue",
|
||||
import.meta.url
|
||||
import.meta.url,
|
||||
);
|
||||
const VUE_DIST_DIR = new URL("../dist", import.meta.url);
|
||||
|
||||
@@ -33,8 +33,8 @@ fs.rm(
|
||||
throw error;
|
||||
}
|
||||
console.log("> cp success");
|
||||
}
|
||||
},
|
||||
);
|
||||
});
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user