mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
passing configuration through webpack
This commit is contained in:
8
declaration.d.ts
vendored
8
declaration.d.ts
vendored
@@ -1 +1,9 @@
|
||||
declare module "*.scss";
|
||||
declare var __CONFIG__: SettingType;
|
||||
|
||||
type SettingType = {
|
||||
apiUrl: string;
|
||||
apiVersion: string;
|
||||
ssl: string;
|
||||
appName: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user