A happy beginning 🚪🔒

This commit is contained in:
Dana Woodman
2018-03-03 13:28:55 -08:00
commit 38c0bae242
21 changed files with 6001 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
const ENV = process.env.NODE_ENV || 'development'
const DOOR_OPEN_DELAY = ENV === 'test' ? 1 : 6000 // in milliseconds
module.exports = {
DOOR_OPEN_DELAY,
}