1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix(deploy): validating empty file or service in filetree

This commit is contained in:
Saad Jutt
2022-03-23 19:38:20 +05:00
parent 2796db8ead
commit 27e260e6a4
4 changed files with 90 additions and 62 deletions

View File

@@ -92,7 +92,7 @@
},
"nodemonConfig": {
"ignore": [
"tmp/appStreamConfig.json"
"tmp/**/*"
]
}
}