This commit is contained in:
kunfei
2023-07-25 21:35:32 +08:00
parent 021e6bf400
commit 1eb6f96153
12 changed files with 59 additions and 38 deletions

View File

@@ -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");
}
},
);
});
}
},
);