Skip to content

Commit bdf5c80

Browse files
committed
Resolve merge conflicts with main
2 parents f4cc9f6 + eda96e9 commit bdf5c80

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitpod/automations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ tasks:
152152
153153
openDemoPorts:
154154
name: "Open Demo Ports"
155-
description: "Opens ports 3000, 3001, and 3002 for the demo"
155+
description: "Opens ports 3000 and 3001 for the demo"
156156
triggeredBy:
157157
- postEnvironmentStart
158158
- manual

docs/devcontainer-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A DevContainer (Development Container) is a Docker container that defines your d
1414

1515
When configuring your development environment, it's recommended to use [DevContainer features](https://containers.dev/features) whenever possible. Features are reusable, pre-configured components that can be added to your devcontainer.json file. They provide a standardized way to add common tools, languages, and services to your development environment.
1616

17-
The available features are documented in the `/workspaces/flex-demo/docs/devcontainer-features.yml` file, which is manually pulled from the [DevContainer collection index](https://github.com/devcontainers/devcontainers.github.io/blob/gh-pages/_data/collection-index.yml). This ensures you have access to the latest community-maintained features.
17+
The available features are documented in the `/workspaces/gitpodflix-demo/docs/devcontainer-features.yml` file, which is manually pulled from the [DevContainer collection index](https://github.com/devcontainers/devcontainers.github.io/blob/gh-pages/_data/collection-index.yml). This ensures you have access to the latest community-maintained features.
1818

1919
Example usage in devcontainer.json:
2020

management-ui/.vite/deps_temp_ccad64b3/package.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)