From: Chris Duncan Date: Fri, 24 Jul 2026 22:47:45 +0000 (-0700) Subject: Fix import paths. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f2761deea02e07be5efd1a5a55b9f81e1b41b94a;p=nano-pow.git Fix import paths. --- diff --git a/index.html b/index.html index 3df16fd..420e109 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ SPDX-License-Identifier: GPL-3.0-or-later }, "scopes": { "/": { - "nano-pow": "dist/index.js", - "nano-pow/utils": "dist/utils/index.js" + "nano-pow": "./dist/index.js", + "nano-pow/utils": "./dist/utils/index.js" } } }