Skip to content

Commit a1c0d79

Browse files
authored
Merge branch 'master' into upgrade-b-c-ts-again
2 parents fff102c + ad496de commit a1c0d79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blueprints/ember-cli-typescript/files/app/config/environment.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ declare namespace config {
1111
export var environment: any;
1212
export var modulePrefix: string;
1313
export var podModulePrefix: string;
14-
export var locationType: string;
14+
export var locationType: string;
15+
export var rootURL: string;
1516
}

0 commit comments

Comments
 (0)