Skip to content

Commit 9244124

Browse files
author
xylona.lxy
committed
fix: define
1 parent 286c4d4 commit 9244124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/define.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class ProjectConfig {
308308
/**
309309
* custom host
310310
*/
311-
public host: string = 'localhost';
311+
public host? = 'localhost';
312312
}
313313

314314
export type SetPipe = (pipeName: string, callback: PipeCallback) => void;

0 commit comments

Comments
 (0)