Skip to content

Commit

Permalink
feat: config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Mar 23, 2022
1 parent 6855aa0 commit c989666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tasks:
- init: npm i -g @sasjs/cli
- init: npm install -g npm
- command: npm i -g @sasjs/cli && npm i

image:
file: .gitpod.dockerfile
Expand Down
12 changes: 4 additions & 8 deletions sasjs/sasjsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,11 @@
"name": "server",
"serverType": "SASJS",
"appLoc": "/Public/app/minimal-seed-app",
"deployConfig": {
"deployServicePack": true
},
"streamConfig": {
"streamWebFolder": "",
"streamWeb": false,
"webSourcePath": "",
"streamServiceName": "",
"assetPaths": []
"streamWebFolder": "web",
"streamWeb": true,
"webSourcePath": "src",
"streamServiceName": "minimal"
}
}
]
Expand Down

0 comments on commit c989666

Please sign in to comment.