Skip to content

Commit 9a09eb8

Browse files
committed
change port
1 parent 6aa7df9 commit 9a09eb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"_build-dev": "webpack --mode development && shx mv dist/language-worker.js dist/language-worker-debug.js",
2020
"test-browser": "npm run serve & open-cli http://127.0.0.1:8080/test/index.html",
2121
"build": "npm run eslint && npm run _build-dev && npm run _build-prod && npm run _copyTest",
22-
"serve": "http-server . -p 8080 -c-1",
23-
"_serve-tauri": "http-server . -p 8081 -c-1",
22+
"serve": "http-server . -p 8090 -c-1",
2423
"bumpPatchVersion": "npm --no-git-tag-version version patch",
2524
"bumpPatchVersionWithGitTag": "npm version patch",
2625
"release": "npm run build && npm run bumpPatchVersionWithGitTag"

0 commit comments

Comments
 (0)