Skip to content

Commit 5e0de87

Browse files
authored
Json schema included in initial devbox.json file (#1760)
1 parent 5fe8dd1 commit 5e0de87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/devconfig/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const DefaultInitHook = "echo 'Welcome to devbox!' > /dev/null"
8484

8585
func DefaultConfig() *Config {
8686
cfg, err := loadBytes([]byte(fmt.Sprintf(`{
87+
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox.schema.json",
8788
"packages": [],
8889
"shell": {
8990
"init_hook": [

0 commit comments

Comments
 (0)