File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ASSET_PREFIX = https://review.neuralmagic.com/guidellm-ui/dev/_next
2+ BASE_PATH = /guidellm-ui/dev
3+ NEXT_PUBLIC_USE_MOCK_DATA = false
4+ NEXT_PUBLIC_USE_MOCK_API = true
Original file line number Diff line number Diff line change 1+ ASSET_PREFIX = https://neuralmagic.github.io/guidellm-ui
2+ NEXT_PUBLIC_USE_MOCK_DATA = false
3+ NEXT_PUBLIC_USE_MOCK_API = true
Original file line number Diff line number Diff line change 1+ ASSET_PREFIX = https://staging.guidellm.neuralmagic.com
2+ NEXT_PUBLIC_USE_MOCK_DATA = false
3+ NEXT_PUBLIC_USE_MOCK_API = true
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ yarn-debug.log*
3030yarn-error.log *
3131.pnpm-debug.log *
3232
33- # env files (can opt-in for committing if needed)
34- .env *
33+ # local env files
34+ .env * .local
3535
3636# vercel
3737.vercel
You can’t perform that action at this time.
0 commit comments