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:
1
interface.d.ts
vendored
1
interface.d.ts
vendored
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user