Skip to content

Commit 3a5e992

Browse files
authored
docs(codespaces): add postCreateCommand, fixes #251 (#493)
1 parent 21d899a commit 3a5e992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/quickstart/Cloud.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const { latestVersion } = Astro.props
4141
},
4242
"containerEnv": {
4343
"XDG_CONFIG_HOME": "/workspaces/.config"
44-
}
44+
},
45+
"postCreateCommand": "echo 'it should all be set up'"
4546
}
4647
`}
4748
theme="nord"

0 commit comments

Comments
 (0)