[skip ci]modules:web auto cp dist files

This commit is contained in:
Xwite 2023-05-16 10:46:06 +08:00
parent bc8179eb58
commit 2cbf6e5aec

View File

@ -1,7 +1,7 @@
import { URL } from "node:url";
import fs from "node:fs";
const LEGADO_ASSETS_WEB_VUE_DIR = new URL("../../../legado/app/src/main/assets/web/vue", import.meta.url)
const LEGADO_ASSETS_WEB_VUE_DIR = new URL("../../../app/src/main/assets/web/vue", import.meta.url)
const VUE_DIST_DIR = new URL("../dist", import.meta.url)
console.log("> delete", LEGADO_ASSETS_WEB_VUE_DIR.pathname)