Skip to content

Commit 37e4ef8

Browse files
committed
chore(): add environment configuration to configure the router.
1 parent d93b74e commit 37e4ef8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/environment.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* jshint node: true */
2+
3+
module.exports = function(environment) {
4+
return {
5+
environment: environment,
6+
baseURL: '/',
7+
locationType: 'auto'
8+
};
9+
};
10+

0 commit comments

Comments
 (0)