@makano/rew 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/rew/pkgs/ui.js +1 -1
- package/package.json +1 -1
package/lib/rew/pkgs/ui.js
CHANGED
@@ -8,7 +8,7 @@ const { generateRandomID } = require("../functions/id");
|
|
8
8
|
const { THEME_PATH } = require("../const/files");
|
9
9
|
|
10
10
|
|
11
|
-
const BIN_PATH = path.resolve(__dirname, "
|
11
|
+
const BIN_PATH = path.resolve(__dirname, "../../../bin/ui");
|
12
12
|
const HTML_STRING = fs.readFileSync(
|
13
13
|
path.resolve(__dirname, "../html/ui.html"),
|
14
14
|
{ encoding: "utf-8" },
|