From 2193b775248e343b847ca3d2c70665a3d00b4708 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Mon, 10 Nov 2025 16:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20.cnb.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index ecec8545..823b28b7 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -1,12 +1,11 @@ $: + # vscode 事件:专供页面中启动远程开发用 vscode: - docker: - image: docker.cnb.cool/znb/images/debian:all - runner: - cpu: 4 + image: node:22 services: - vscode - docker stages: - name: init - script: pnpm i && pnpm run dev:tdesign \ No newline at end of file + script: npm install pnpm -g && pnpm i && pnpm run dev:tdesign \ No newline at end of file