Skip to content

fix: add a dashboard environment variable for gram auth to be nice#1508

Open
DhashS wants to merge 1 commit intomainfrom
ds/fix/include-gram-dashboard-url-in-mise-env
Open

fix: add a dashboard environment variable for gram auth to be nice#1508
DhashS wants to merge 1 commit intomainfrom
ds/fix/include-gram-dashboard-url-in-mise-env

Conversation

@DhashS
Copy link
Collaborator

@DhashS DhashS commented Feb 6, 2026

gram auth took some finagling to get working on my machine. This adds the GRAM_DASHBOARD_URL to the mise env config so that we're able to run gram auth with fewer weird things happening


Open with Devin

@DhashS DhashS requested a review from a team as a code owner February 6, 2026 02:28
@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2026

⚠️ No Changeset found

Latest commit: e791ec7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

GRAM_ENVIRONMENT = "local"
GRAM_SERVER_URL = "https://localhost:8080"
GRAM_SITE_URL = "https://localhost:5173"
GRAM_DASHBOARD_URL = "{{env.GRAM_SITE_URL}}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace usages of this environment variable from the codebase with GRAM_SITE_URL. It's not going to be different from GRAM_SITE_URL so no point having both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants