]> git.codecow.com Git - nano-pow.git/commitdiff
Move test page to root directory.
authorChris Duncan <chris@codecow.com>
Fri, 24 Jul 2026 22:43:47 +0000 (15:43 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 24 Jul 2026 22:43:47 +0000 (15:43 -0700)
index.html [moved from test/index.html with 99% similarity]

similarity index 99%
rename from test/index.html
rename to index.html
index 51d2ddc9a983b31e549727acb4cf45dcbac2ee69..0d72e1924d92f8c967b571472c1635e064c0b9b8 100644 (file)
@@ -14,9 +14,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
                                "nano-pow/utils": "https://unpkg.com/nano-pow@5.2.0/dist/utils/index.js"
                        },
                        "scopes": {
-                               "/test/": {
-                                       "nano-pow": "../dist/index.js",
-                                       "nano-pow/utils": "../dist/utils/index.js"
+                               "/": {
+                                       "nano-pow": "dist/index.js",
+                                       "nano-pow/utils": "dist/utils/index.js"
                                }
                        }
                }