Skip to content

Commit 7d42ed5

Browse files
committed
fix(gen): add port var assignment
bad merge?
1 parent 09522a1 commit 7d42ed5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/generators/app/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ export class Generator extends Base {
132132
this.config.forceSave();
133133
}
134134
});
135+
},
136+
assignPorts() {
137+
this.devPort = this.options['dev-port'];
138+
this.debugPort = this.options['debug-port'];
139+
this.prodPort = this.options['prod-port'];
135140
}
136141
};
137142
}

0 commit comments

Comments
 (0)