@paimaexample/explorer 0.3.62 → 0.3.65
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/client/dist/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>Paima Explorer</title>
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-DCX1UB-n.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-foTsy3_g.css">
|
|
11
11
|
</head>
|
|
12
12
|
|
package/package.json
CHANGED
package/server/main.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Application } from "@oak/oak/application";
|
|
2
2
|
import { Router } from "@oak/oak/router";
|
|
3
3
|
import routeStaticFilesFrom from "./util/routeStaticFilesFrom.ts";
|
|
4
|
-
import { ENV } from "@
|
|
4
|
+
import { ENV } from "@paimaexample/utils/node-env";
|
|
5
5
|
|
|
6
6
|
export const app = new Application();
|
|
7
7
|
const router = new Router();
|