1 Star 1 Fork 1

林钲凯/xplorer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitpod.yml 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
image:
file: Dockerfile
tasks:
- name: Yarn install
init: yarn install
command: sleep 1 && gp sync-done yarn-install
- name: Yarn App Server
init: echo "Starting app server"
command: |
gp sync-await yarn-install &&
yarn dev
vscode:
extensions:
- kimlimjustin.jsdoc-generator
- esbenp.prettier-vscode
- orta.vscode-jest
# Ports config
ports:
- port: 3000
onOpen: open-preview
- port: 6080
onOpen: open-browser
- port: 5900
onOpen: ignore
# GitHub Prebuilds
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addComment: false
addBadge: true
addLabel: prebuilt-in-gitpod
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/kimlimjustin/xplorer.git
git@gitee.com:kimlimjustin/xplorer.git
kimlimjustin
xplorer
xplorer
master

搜索帮助