mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 02:30:06 +00:00
chore: add streaming config and fix apploc
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
"password": "",
|
"password": "",
|
||||||
"sasJsConfig": {
|
"sasJsConfig": {
|
||||||
"serverUrl": "",
|
"serverUrl": "",
|
||||||
"appLoc": "/Public/app/adapter-tests",
|
"appLoc": "/Public/app/adapter-tests/services",
|
||||||
"serverType": "SASJS",
|
"serverType": "SASJS",
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"contextName": "sasjs adapter compute context",
|
"contextName": "sasjs adapter compute context",
|
||||||
"useComputeApi": true
|
"useComputeApi": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json",
|
"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json",
|
||||||
"serviceConfig": {
|
"serviceConfig": {
|
||||||
"serviceFolders": ["sasjs/common"]
|
"serviceFolders": [
|
||||||
|
"sasjs/common"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"defaultTarget": "4gl",
|
"defaultTarget": "4gl",
|
||||||
"targets": [
|
"targets": [
|
||||||
@@ -21,8 +23,9 @@
|
|||||||
"streamWeb": true,
|
"streamWeb": true,
|
||||||
"streamWebFolder": "webv",
|
"streamWebFolder": "webv",
|
||||||
"webSourcePath": "build",
|
"webSourcePath": "build",
|
||||||
"streamServiceName": "adapter-tests"
|
"streamServiceName": "adapter-tests",
|
||||||
|
"assetPaths": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user