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 db2b259 commit 5166439Copy full SHA for 5166439
internal/utils/profile.go
@@ -38,6 +38,12 @@ var allProfiles = []Profile{{
38
DashboardURL: "http://localhost:8082",
39
DocsURL: "https://supabase.com/docs",
40
ProjectHost: "supabase.red",
41
+}, {
42
+ Name: "snap",
43
+ APIURL: "https://cloudapi.snap.com",
44
+ DashboardURL: "https://cloud.snap.com/dashboard",
45
+ DocsURL: "https://cloud.snap.com/docs",
46
+ ProjectHost: "snapcloud.dev",
47
}}
48
49
var CurrentProfile Profile
0 commit comments