Skip to content

Commit 5c72f6e

Browse files
author
Tim Etchells
committed
settings internalAppPort -> internalPort
1 parent c16f8f3 commit 5c72f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/command/ProjectOverviewCmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function onRequestEdit(type: ProjectOverview.Editable, project: Project):
162162
}
163163
case ProjectOverview.Editable.APP_PORT: {
164164
userFriendlySetting = "application port";
165-
settingKey = "internalAppPort";
165+
settingKey = "internalPort";
166166
currentValue = project.ports.internalPort ? project.ports.internalPort.toString() : undefined;
167167
break;
168168
}

0 commit comments

Comments
 (0)