@freik/pedroviz 0.1.0 → 0.1.1
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.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
-->
|
|
10
10
|
<link rel="icon" type="image/png" href="./logo-pefhw544.png" />
|
|
11
11
|
<title>Viz4Pedro</title>
|
|
12
|
-
<link rel="stylesheet" crossorigin href="./index-0k6xv586.css"><script type="module" crossorigin src="./index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="./index-0k6xv586.css"><script type="module" crossorigin src="./index-yjnfeqkw.js"></script></head>
|
|
13
13
|
<body>
|
|
14
14
|
<div id="root"></div>
|
|
15
15
|
|
package/dist/main.js
CHANGED
|
@@ -696,7 +696,7 @@ var field_dark_default = "./field-dark-kfzgjbw0.jpg";
|
|
|
696
696
|
var field_light_default = "./field-light-p0m7q5e8.jpg";
|
|
697
697
|
|
|
698
698
|
// src/index.html
|
|
699
|
-
var src_default = __jsonParse("{\"index\":\"./index.html\",\"files\":[{\"input\":\"index.html\",\"path\":\"./index-
|
|
699
|
+
var src_default = __jsonParse("{\"index\":\"./index.html\",\"files\":[{\"input\":\"index.html\",\"path\":\"./index-yjnfeqkw.js\",\"loader\":\"js\",\"isEntry\":true,\"headers\":{\"etag\":\"HjK1z67X0zw\",\"content-type\":\"text/javascript;charset=utf-8\"}},{\"input\":\"index.html\",\"path\":\"./index.html\",\"loader\":\"html\",\"isEntry\":true,\"headers\":{\"etag\":\"mI5K4OVAgtY\",\"content-type\":\"text/html;charset=utf-8\"}},{\"input\":\"index.html\",\"path\":\"./index-0k6xv586.css\",\"loader\":\"css\",\"isEntry\":true,\"headers\":{\"etag\":\"oDNGndulKAY\",\"content-type\":\"text/css;charset=utf-8\"}},{\"input\":\"client/logo.png\",\"path\":\"./logo-pefhw544.png\",\"loader\":\"file\",\"isEntry\":false,\"headers\":{\"etag\":\"1o5vEbyFxMQ\",\"content-type\":\"image/png\"}}]}");
|
|
700
700
|
|
|
701
701
|
// src/server/getpaths.ts
|
|
702
702
|
import fs, { promises as fsp2 } from "fs";
|
|
@@ -19447,7 +19447,7 @@ async function SaveDatabase(flattenedDb) {
|
|
|
19447
19447
|
}
|
|
19448
19448
|
|
|
19449
19449
|
// src/main.tsx
|
|
19450
|
-
var args2 = process.argv.slice(2).map((str) => path2.resolve(str));
|
|
19450
|
+
var args2 = [...process.argv.slice(2), process.cwd()].map((str) => path2.resolve(str));
|
|
19451
19451
|
setArgs(args2);
|
|
19452
19452
|
chdir(import.meta.dir);
|
|
19453
19453
|
var server = serve({
|
|
@@ -19469,5 +19469,5 @@ var server = serve({
|
|
|
19469
19469
|
});
|
|
19470
19470
|
main(server.url).then(console.log).catch(console.error);
|
|
19471
19471
|
|
|
19472
|
-
//# debugId=
|
|
19472
|
+
//# debugId=B036440B7D994A9364756E2164756E21
|
|
19473
19473
|
//# sourceMappingURL=main.js.map
|