加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitpod.yml 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
Newbe36524 提交于 2022-08-31 14:01 . chore: add gitpod support (#2646)
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化