Skip to content
Snippets Groups Projects
Commit 4c0654f5 authored by satwikShresth's avatar satwikShresth
Browse files

fixed links and added open-all

parent 57a51a2f
Branches
No related tags found
No related merge requests found
......@@ -169,6 +169,11 @@ open-frontend:
open-minio:
{{ browser_cmd }} {{ minio }}
# Function to open all helpful links
open-all: open-minio open-frontend open-redis-insight open-drizzle-studio
@echo "opened all helpful links"
# Individual checks available as separate commands
npm := "check-npm"
node := "check-node"
......@@ -176,6 +181,6 @@ deno := "check-deno"
docker := "check-docker"
browser_cmd := if os_family() == "windows" { "start" } else if os() == "macos" { "open" } else { "xdg-open" }
drizzle_studio := "https://local.drizzle.studio"
redis_insight := "https://localhost:5540"
frontend := "https://localhost"
minio := "https://localhost:9001"
redis_insight := "http://localhost:5540"
frontend := "http://localhost"
minio := "http://localhost:9001"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment