We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe8dd1 commit 5e0de87Copy full SHA for 5e0de87
internal/devconfig/config.go
@@ -84,6 +84,7 @@ const DefaultInitHook = "echo 'Welcome to devbox!' > /dev/null"
84
85
func DefaultConfig() *Config {
86
cfg, err := loadBytes([]byte(fmt.Sprintf(`{
87
+ "$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox.schema.json",
88
"packages": [],
89
"shell": {
90
"init_hook": [
0 commit comments