Skip to content

Commit

Permalink
corregido host nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
mind-ar committed Jun 4, 2024
1 parent 07695ab commit 2380422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type Options = {
project: string
skipValidations: boolean,
darkMode: boolean,
host?: string,
host: string,
port: string,
skipDiagram: boolean,
}
Expand Down
4 changes: 2 additions & 2 deletions src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ type Options = {
project: string
assets: string
skipValidations: boolean
host?: string,
port?: string
host: string,
port: string
game: boolean,
startDiagram: boolean
}
Expand Down

0 comments on commit 2380422

Please sign in to comment.