Skip to content

Commit f63e898

Browse files
committed
chore: clean pkg flags
1 parent 26f2bc0 commit f63e898

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"scripts": {
1111
"build": "tsc",
1212
"start": "node dist/index.js",
13+
"start:http": "node dist/index.js --port 3003",
1314
"dev": "tsx src/index.ts",
15+
"dev:http": "tsx src/index.ts --port 3003",
1416
"test": "vitest",
1517
"lint": "eslint src/**/*.ts",
1618
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)