From d6b92d4426d64992d49d03ef4d136139a654a992 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Mon, 9 Aug 2021 13:12:38 -0400 Subject: [PATCH] remove custom stack custom stack is not useful for anything atm, as theres no docs on how to put together your own stack and just causes confusion --- internal/registry/registry.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/registry/registry.go b/internal/registry/registry.go index 7e7de8474..6d3452990 100644 --- a/internal/registry/registry.go +++ b/internal/registry/registry.go @@ -27,9 +27,6 @@ func GetRegistry(path string) Registry { path + "/zero-deployable-react-frontend", }, }, - { - "Custom", []string{}, - }, } }