Allow overriding gateway URL (#169)

This commit is contained in:
Will Chen
2025-05-15 15:09:45 -07:00
committed by GitHub
parent 35b459d82d
commit bbf4bb765c
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"clean": "rm -rf out && rm -rf scaffold/node_modules",
"start": "electron-forge start",
"dev:engine": "DYAD_LOCAL_ENGINE=http://localhost:8080/v1 npm start",
"staging:gateway": "DYAD_GATEWAY_URL=https://staging---litellm-gcp-cloud-run-kq7pivehnq-uc.a.run.app/v1 npm start",
"package": "npm run clean && electron-forge package",
"make": "npm run clean && electron-forge make",
"publish": "npm run clean && electron-forge publish",