]> git.codecow.com Git - nano-pow.git/commitdiff
Fix import paths.
authorChris Duncan <chris@codecow.com>
Fri, 24 Jul 2026 22:47:45 +0000 (15:47 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 24 Jul 2026 22:47:45 +0000 (15:47 -0700)
index.html

index 3df16fd4714f8a1e5b43c94e68e52f1454a6b48c..420e109244025e7c20faa5e25abef5c8b33c8ce3 100644 (file)
@@ -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"
                                }
                        }
                }