Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Added appSettings to app config (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored and Blackbaud-PaulCrowder committed May 13, 2017
1 parent 04c076e commit 2c23864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export interface SkyuxConfigHost {

export interface SkyuxConfig {
app?: SkyuxConfigApp;
appSettings?: any;
auth?: boolean;
cssPath?: string;
command?: string;
Expand Down

0 comments on commit 2c23864

Please sign in to comment.