diff --git a/internal/utils/profile.go b/internal/utils/profile.go index d05d493f3..06b607a0d 100644 --- a/internal/utils/profile.go +++ b/internal/utils/profile.go @@ -38,6 +38,12 @@ var allProfiles = []Profile{{ DashboardURL: "http://localhost:8082", DocsURL: "https://supabase.com/docs", ProjectHost: "supabase.red", +}, { + Name: "snap", + APIURL: "https://cloudapi.snap.com", + DashboardURL: "https://cloud.snap.com/dashboard", + DocsURL: "https://cloud.snap.com/docs", + ProjectHost: "snapcloud.dev", }} var CurrentProfile Profile