fix: issue with persistent script

This commit is contained in:
Carlos Valente
2025-01-06 20:06:58 +01:00
committed by Carlos Valente
parent a22c2d380d
commit 9cfed5a150
+4 -2
View File
@@ -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