Skip to content

Commit

Permalink
[server] remove port 3000 from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored and roboquat committed Oct 20, 2022
1 parent c2f7cdf commit 91dea2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/server/src/workspace/config-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,7 @@ export class ConfigProvider {

public defaultConfig(): WorkspaceConfig {
return {
ports: [
{
port: 3000,
},
],
ports: [],
tasks: [],
image: this.config.workspaceDefaults.workspaceImage,
};
Expand Down

0 comments on commit 91dea2e

Please sign in to comment.