Change config to watch just the 'packages' directory

This commit is contained in:
Halla Moore 2016-07-11 13:27:44 -07:00
parent 877a6bf612
commit 8a63ace9e3

View file

@ -4,7 +4,7 @@ apps:
- script : packages/nylas-api/app.js
watch : true
watch : ["packages"]
name : api
env :
PORT: 5100
@ -15,14 +15,14 @@ apps:
GMAIL_REDIRECT_URL : "http://localhost:5100/auth/gmail/oauthcallback"
NODE_ENV: 'development'
- script : packages/nylas-sync/app.js
watch : true
watch : ["packages"]
name : sync
env :
DB_ENCRYPTION_ALGORITHM : "aes-256-ctr"
DB_ENCRYPTION_PASSWORD : "d6F3Efeq"
NODE_ENV: 'development'
- script : packages/nylas-dashboard/app.js
watch : true
watch : ["packages"]
name : dashboard
env :
PORT: 5101
@ -30,7 +30,7 @@ apps:
DB_ENCRYPTION_PASSWORD : "d6F3Efeq"
NODE_ENV: 'development'
- script : packages/nylas-message-processor/app.js
watch : true
watch : ["packages"]
name : processor
env :
DB_ENCRYPTION_ALGORITHM : "aes-256-ctr"