From 349f307624fbf4a5c5a75589d645b367c33ba9d0 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 22 Mar 2022 23:31:23 +0000 Subject: [PATCH] feat: angular support for sasjs/server --- sasjs/sasjsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json index 67bb136..50696ba 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -38,6 +38,21 @@ }, "serverName": "SASApp", "repositoryName": "Foundation" + }, + { + "name": "server", + "serverUrl": " ", + "serverType": "SASJS", + "appLoc": "/Public/app/angular-seed-app", + "deployConfig": { + "deployServicePack": true + }, + "streamConfig": { + "streamLogo": "assets/angular-logo.png", + "streamWeb": true, + "streamWebFolder": "webv", + "webSourcePath": "dist" + } } ] } \ No newline at end of file