Skip to content

Commit

Permalink
chore(docs): updating sasjsconfig schema
Browse files Browse the repository at this point in the history
  • Loading branch information
munja committed Mar 2, 2023
1 parent 19f0a4b commit 48e3fe7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/types/sasjsconfig-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"type": "string",
"title": "sasjsResultsFolder",
"description": "The name of the folder containing the output (eg logs, ODS output) from `sasjs run`. By default this will be named `sasjsresults`. In global, the default is `~/.sasjsresults`.",
"default": "sasjsbuild",
"default": "sasjsresults",
"examples": ["sasjsresults", ".sasjsresults"]
},
"defaultTarget": {
Expand Down Expand Up @@ -413,7 +413,7 @@
"type": "boolean",
"title": "The deployConfig deployServicePack flag",
"description": "If set to `true` the json pack produced by `sasjs build` will be auto-deployed to the `appLoc` of the specified target (creating all jobs and services in the SAS folder tree). Currently only Viya is supported for this flag.",
"default": [false]
"default": false
}
}
},
Expand Down Expand Up @@ -585,7 +585,8 @@
"type": "string",
"title": "The webSourcePath schema",
"description": "Active when `streamConfig` is `true`. Is the source (or build, or dist) LOCAL folder, relative to the `sasjs` folder, which contains the frontend to be deployed. All assets (PNG, JS, CSS, HTML etc) are taken from here and converted to streaming services in `streamWebFolder`. In Viya and SAS 9, any relative URLS will be modified such that the links still work and the assets still load.",
"default": "dist"
"default": "dist",
"examples": ["dist", "build"]
},
"streamServiceName": {
"$id": "#/properties/streamConfig/properties/streamServiceName",
Expand Down

0 comments on commit 48e3fe7

Please sign in to comment.