mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
fix(dev): mark dev tasks as persistent
!nuf
This commit is contained in:
parent
37706da29c
commit
12cd29c128
1 changed files with 4 additions and 2 deletions
|
@ -37,11 +37,13 @@
|
|||
},
|
||||
"@monkeytype/frontend#dev": {
|
||||
"dependsOn": ["^build"],
|
||||
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY", "SERVER_OPEN"]
|
||||
"env": ["BACKEND_URL", "RECAPTCHA_SITE_KEY", "SERVER_OPEN"],
|
||||
"persistent": true
|
||||
},
|
||||
"@monkeytype/backend#dev": {
|
||||
"dependsOn": ["^build"],
|
||||
"env": ["DB_URI", "REDIS_URI", "PORT"]
|
||||
"env": ["DB_URI", "REDIS_URI", "PORT"],
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue