- creating Alternative to SyncManager

- fix: refreshing with FF now it works!
This commit is contained in:
Paolo Arena
2019-02-08 17:10:25 +01:00
parent 5ee0d8e171
commit b65d0a2386
18 changed files with 340 additions and 195 deletions

View File

@@ -9,7 +9,8 @@ switch (process.env.NODE_ENV) {
path = `.env.development`
break
default:
path = `.env`
path = `.env.production`
break
}
// console.log("PATH", path)