编辑文件 .cnb.yml

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-10 16:47:05 +08:00 committed by cnb
parent 105361a860
commit 2193b77524
No known key found for this signature in database
GPG Key ID: 074E9EA8B7D5A8A3

View File

@ -1,12 +1,11 @@
$: $:
# vscode 事件:专供页面中启动远程开发用
vscode: vscode:
- docker: - docker:
image: docker.cnb.cool/znb/images/debian:all image: node:22
runner:
cpu: 4
services: services:
- vscode - vscode
- docker - docker
stages: stages:
- name: init - name: init
script: pnpm i && pnpm run dev:tdesign script: npm install pnpm -g && pnpm i && pnpm run dev:tdesign