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 4c7bb34 commit a1784a1Copy full SHA for a1784a1
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"start": "micro lib/index.js",
7
"dev": "concurrently 'yarn run watch-ts' 'yarn run micro-dev'",
8
- "micro-dev": "micro-dev lib/index.js -p 3002",
+ "micro-dev": "micro-dev lib/index.js -p 3003",
9
"build": "yarn run build-ts",
10
"build-ts": "tsc",
11
"watch-ts": "tsc -w",
0 commit comments