Skip to content

Commit eac001c

Browse files
authored
fix link displayed when running locally (#11)
1 parent 8518b00 commit eac001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "rollup -c",
4242
"coverage": "vitest run --coverage --coverage.include=src",
4343
"lint": "eslint",
44-
"start": "http-server",
44+
"start": "http-server -a localhost",
4545
"test": "vitest run"
4646
},
4747
"type": "module"

0 commit comments

Comments
 (0)