Skip to content

Commit cb95645

Browse files
authored
remove custom stack (#403)
custom stack is not useful for anything atm, as theres no docs on how to put together your own stack and just causes confusion
1 parent edddabf commit cb95645

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/registry/registry.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ func GetRegistry(path string) Registry {
2727
path + "/zero-deployable-react-frontend",
2828
},
2929
},
30-
{
31-
"Custom", []string{},
32-
},
3330
}
3431
}
3532

0 commit comments

Comments
 (0)