mindpm 1.2.5 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -920,8 +920,7 @@ function openBrowser(url) {
|
|
|
920
920
|
var __filename = fileURLToPath(import.meta.url);
|
|
921
921
|
var __dirname = dirname2(__filename);
|
|
922
922
|
function resolveStaticDir() {
|
|
923
|
-
|
|
924
|
-
return join(scriptDir, "ui");
|
|
923
|
+
return join(__dirname, "ui");
|
|
925
924
|
}
|
|
926
925
|
var MIME_TYPES = {
|
|
927
926
|
".html": "text/html; charset=utf-8",
|