Set BASE_URL so auth works against dev (#3793)

* Set BASE_URL so auth works against dev

* RM setBaseUrl as it didn't do anything

---------

Co-authored-by: 49fl <ircsurfer33@gmail.com>
This commit is contained in:
Adam Sunderland
2024-09-05 16:36:13 -04:00
committed by GitHub
parent dbc5f7b11f
commit 46eef39d53
4 changed files with 3 additions and 28 deletions

1
interface.d.ts vendored
View File

@ -30,7 +30,6 @@ export interface IElectronAPI {
join: typeof path.join
sep: typeof path.sep
rename: (prev: string, next: string) => typeof fs.rename
setBaseUrl: (value: string) => void
packageJson: {
name: string
}