Skip to content

Commit

Permalink
feat: angular support for sasjs/server
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Mar 22, 2022
1 parent a9743db commit 349f307
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sasjs/sasjsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}

0 comments on commit 349f307

Please sign in to comment.