Skip to content

Commit 5166439

Browse files
authored
feat: add placeholder profile (#4292)
* feat: add placeholder profile * chore: update profile name
1 parent db2b259 commit 5166439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/utils/profile.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ var allProfiles = []Profile{{
3838
DashboardURL: "http://localhost:8082",
3939
DocsURL: "https://supabase.com/docs",
4040
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",
4147
}}
4248

4349
var CurrentProfile Profile

0 commit comments

Comments
 (0)