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