Refactor/everything #11

Merged
KevinMidboe merged 21 commits from refactor/everything into master 2020-03-10 09:23:31 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3cf3151677 - Show all commits

View File

@@ -4,5 +4,6 @@ module.exports = {
price: 10,
message: "VINLOTTERI",
date: 5,
hours: 15
hours: 15,
apiUrl: undefined
};

View File

@@ -78,6 +78,7 @@ const webpackConfig = function(isDev) {
__MESSAGE__: JSON.stringify(env.message),
__DATE__: env.date,
__HOURS__: env.hours,
__APIURL__: JSON.stringify(env.apiUrl),
__PUSHENABLED__: JSON.stringify(require("./defaults/push") != false)
})
]