We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87685f2 commit 4146111Copy full SHA for 4146111
test-app/config/deploy.js
@@ -3,7 +3,9 @@
3
module.exports = function (deployTarget) {
4
let ENV = {
5
build: {},
6
- // include other plugin configuration that applies to all deploy targets here
+ git: {
7
+ repo: 'https://github.com/RobbieTheWagner/ember-math-helpers.git',
8
+ },
9
};
10
11
if (deployTarget === 'development') {
0 commit comments