Skip to content

Commit

Permalink
chore: update sasjsconfig-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Nov 26, 2022
1 parent 31bb8a2 commit b438763
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/types/sasjsconfig-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,24 @@
"description": "The contents of this folder are simply copied to the sasjsbuild directory AFTER the rest of the project is compiled. Useful for synchronising random / generic content with SAS logical folders.",
"default": "sasjs/static_files"
},
"syncDirectories": {
"$id": "#/properties/syncDirectories",
"type": "array",
"title": "syncDirectories",
"description": "Maps the local filesystem to remote (SAS) physical directories.",
"examples": [
[
{
"local": "C:\\temp\\local\\fs1",
"remote": "/opt/data/fs1"
},
{
"local": "C:\\temp\\elsewhere",
"remote": "/opt/somewhere"
}
]
]
},
"targets": {
"$id": "#/properties/targets",
"type": "array",
Expand Down

0 comments on commit b438763

Please sign in to comment.