mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +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"],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"dev:server": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"dev:test": {
|
||||
"cache": false
|
||||
|
||||
Reference in New Issue
Block a user