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 8518b00 commit eac001cCopy full SHA for eac001c
package.json
@@ -41,7 +41,7 @@
41
"build": "rollup -c",
42
"coverage": "vitest run --coverage --coverage.include=src",
43
"lint": "eslint",
44
- "start": "http-server",
+ "start": "http-server -a localhost",
45
"test": "vitest run"
46
},
47
"type": "module"
0 commit comments