ant-design-blazor/.gitpod.yml

20 строки
603 B
YAML

# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
image: gitpod/workspace-dotnet
tasks:
- init: |
npm install
command: |
dotnet build ./site/AntDesign.Docs.Build/AntDesign.Docs.Build.csproj
npm run start
ports:
- port: 5000
visibility: public
onOpen: open-browser
- port: 5001
visibility: public
onOpen: ignore
- port: 30000-60000
visibility: public
onOpen: ignore