fix: shared-lib not found
https://github.com/sourcygen/electron-angular-quick-start/issues/4
This commit is contained in:
18
workspaces/shared-lib/.dist/models/config/app-config.d.ts
vendored
Normal file
18
workspaces/shared-lib/.dist/models/config/app-config.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
export interface AppConfig {
|
||||
/** The configuration identifier */
|
||||
configId: string;
|
||||
/** The main logger output file path */
|
||||
mainLogFile: string;
|
||||
/** The main logger output level */
|
||||
mainLogLevel: string;
|
||||
/** Tells if we should try to load app icon */
|
||||
isIconAvailable: boolean;
|
||||
/** Tells if `nodeIntegration` webPreference is enabled */
|
||||
isNodeIntegration: boolean;
|
||||
/** Tells if `contextIsolation` and `worldSafeExecuteJavaScript` webPreferences are enabled */
|
||||
isContextIsolation: boolean;
|
||||
/** Tells if `isEnableRemoteModule` webPreference is enabled */
|
||||
isEnableRemoteModule: boolean;
|
||||
/** Tells if we should open dev tools */
|
||||
isOpenDevTools: boolean;
|
||||
}
|
||||
2
workspaces/shared-lib/.dist/models/config/app-config.js
Normal file
2
workspaces/shared-lib/.dist/models/config/app-config.js
Normal file
@@ -0,0 +1,2 @@
|
||||
export {};
|
||||
//# sourceMappingURL=app-config.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"app-config.js","sourceRoot":"","sources":["../../../models/config/app-config.ts"],"names":[],"mappings":""}
|
||||
Reference in New Issue
Block a user