Spaces:
Running
Running
Update src/start.ts
Browse files- src/start.ts +1 -1
src/start.ts
CHANGED
|
@@ -129,7 +129,7 @@ export const start = defineCommand({
|
|
| 129 |
port: {
|
| 130 |
alias: "p",
|
| 131 |
type: "string",
|
| 132 |
-
default: "
|
| 133 |
description: "Port to listen on",
|
| 134 |
},
|
| 135 |
verbose: {
|
|
|
|
| 129 |
port: {
|
| 130 |
alias: "p",
|
| 131 |
type: "string",
|
| 132 |
+
default: "7860",
|
| 133 |
description: "Port to listen on",
|
| 134 |
},
|
| 135 |
verbose: {
|