mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-06 14:59:09 +00:00
fix: issue with persistent script
This commit is contained in:
committed by
Carlos Valente
parent
a22c2d380d
commit
9cfed5a150
+4
-2
@@ -3,10 +3,12 @@
|
|||||||
"globalEnv": ["NODE_ENV", "GITHUB_TOKEN"],
|
"globalEnv": ["NODE_ENV", "GITHUB_TOKEN"],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": {
|
"dev": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"persistent": true
|
||||||
},
|
},
|
||||||
"dev:server": {
|
"dev:server": {
|
||||||
"cache": false
|
"cache": false,
|
||||||
|
"persistent": true
|
||||||
},
|
},
|
||||||
"dev:test": {
|
"dev:test": {
|
||||||
"cache": false
|
"cache": false
|
||||||
|
|||||||
Reference in New Issue
Block a user