.gitpod.yml 91 Bytes 编辑Web IDE 1 2 3 4 5 6 ports: - port: 8000 onOpen: open-preview tasks: - init: npm install command: npm start