Skip to content

Commit a1784a1

Browse files
committed
fix: update port
1 parent 4c7bb34 commit a1784a1

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
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "micro lib/index.js",
77
"dev": "concurrently 'yarn run watch-ts' 'yarn run micro-dev'",
8-
"micro-dev": "micro-dev lib/index.js -p 3002",
8+
"micro-dev": "micro-dev lib/index.js -p 3003",
99
"build": "yarn run build-ts",
1010
"build-ts": "tsc",
1111
"watch-ts": "tsc -w",

0 commit comments

Comments
 (0)