Skip to content

Commit

Permalink
Update sync.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 authored Aug 19, 2024
1 parent 46a6ce2 commit 461fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry/web/scripts/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { URL } from "node:url";
import fs from "node:fs";

const LEGADO_ASSETS_WEB_VUE_DIR = new URL(
"../../../app/src/main/assets/web/vue",
"../../../entry/src/main/resources/rawfile/vue/",
import.meta.url,
);
const VUE_DIST_DIR = new URL("../dist", import.meta.url);
Expand Down

0 comments on commit 461fd2b

Please sign in to comment.