Skip to content

Commit 873109c

Browse files
authored
Merge pull request #1466 from NullVoxPopuli/patch-2
Fix type of `locationType`
2 parents a9b1a37 + 9f1fd7d commit 873109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprint-files/ember-cli-typescript/__config_root__/config/environment.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare const config: {
88
environment: string;
99
modulePrefix: string;
1010
podModulePrefix: string;
11-
locationType: string;
11+
locationType: 'history' | 'hash' | 'none' | 'auto';
1212
rootURL: string;
1313
APP: Record<string, unknown>;
1414
};

0 commit comments

Comments
 (0)