We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fc613 commit 3b882edCopy full SHA for 3b882ed
1 file changed
modules/loaders/unified.js
@@ -1,7 +1,11 @@
1
// Unified API for LiteLoader & QwQNT, main & renderer
2
3
-const { dataPathOrig, pluginPathOrig, scriptioVersion, configApi } =
4
- await import("./qwqnt.js");
+import {
+ dataPathOrig,
5
+ pluginPathOrig,
6
+ scriptioVersion,
7
+ configApi,
8
+} from "./qwqnt.js";
9
/** Scriptio data path, normalized to use `/`, ending with `/` */
10
const dataPath = normalize(dataPathOrig) + "/";
11
/** Scriptio script path, normalized to use `/`, ending with `/` */
0 commit comments