mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
3 changed files with 2 additions and 5 deletions
@ -1,5 +1,4 @@ |
|||||
export interface GfEnvironment { |
export interface GfEnvironment { |
||||
lastPublish: string | null; |
lastPublish: string | null; |
||||
production: boolean; |
production: boolean; |
||||
stripePublicKey: string; |
|
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue