You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/getting-started/initialize-project.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Congratulations! You have succesfully initialized your first DevSpace project!
102
102
103
103
After running `devspace init`, you will see 3 changes in your project:
104
104
1. New file `devspace.yaml` (tells DevSpace how this project should be build, deployed, and developed)
105
-
2. New file `devspace_start.yaml` (is used to show information to the user when the terminal for the dev container opens)
105
+
2. New file `devspace_start.sh` (is used to show information to the user when the terminal for the dev container opens)
106
106
3. Added `.devspace/` folder to `.gitignore` (the `.devspace/` folder is used by DevSpace to store some information locally when you are working with this project, e.g. caching to speed up things)
107
107
108
108
The `devspace.yaml` should look similar to this one:
0 commit comments