Skip to content

Commit 91dea2e

Browse files
mustard-mhroboquat
authored andcommitted
[server] remove port 3000 from default config
1 parent c2f7cdf commit 91dea2e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: components/server/src/workspace/config-provider.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,7 @@ export class ConfigProvider {
251251

252252
public defaultConfig(): WorkspaceConfig {
253253
return {
254-
ports: [
255-
{
256-
port: 3000,
257-
},
258-
],
254+
ports: [],
259255
tasks: [],
260256
image: this.config.workspaceDefaults.workspaceImage,
261257
};

0 commit comments

Comments
 (0)