ant-design-blazor/.gitpod.yml
Newbe36524 c691eb9aa7
chore: add gitpod support (#2646)
* update gitpod support

* fix gitpod button

* change base image

* try update port

* fix build issue

* improve port

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-31 06:01:54 +00:00

20 lines
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