The Wayback Machine - https://web.archive.org/web/20210906040249/https://github.com/ashmind/SharpLab/blob/main/tye.yaml
Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
name: sharplab
services:
- name: container-manager
project: source/Container.Manager/Container.Manager.csproj
bindings:
- protocol: http
port: 44400
- name: webapp-assets
executable: pwsh
args: -Command "npm run start"
workingDirectory: source/WebApp
- name: webapp-server
project: source/WebApp.Server/WebApp.Server.csproj
bindings:
- protocol: http
port: 44100