We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b6e42 commit c51d050Copy full SHA for c51d050
2 files changed
index.html
package.json
@@ -53,7 +53,7 @@
53
"upgrade": "npm-check -u",
54
"bump": "bump --prompt --grep dist/* --tag --push --all",
55
"release": "npm run upgrade && npm test && npm run bump && npm publish",
56
- "start": "http-server -o -c-1"
+ "start": "http-server -c-1 -o http://localhost:8080/test/index.html"
57
},
58
"devDependencies": {
59
"@types/json-schema": "^7.0.1",
@@ -88,4 +88,4 @@
88
"js-yaml": "^3.12.0",
89
"ono": "^4.0.10"
90
}
91
-}
+}
0 commit comments