From 105361a8602f63967285695459cc04dbb9c115d3 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Mon, 10 Nov 2025 16:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cnb.yml diff --git a/.cnb.yml b/.cnb.yml new file mode 100644 index 00000000..ecec8545 --- /dev/null +++ b/.cnb.yml @@ -0,0 +1,12 @@ +$: + vscode: + - docker: + image: docker.cnb.cool/znb/images/debian:all + runner: + cpu: 4 + services: + - vscode + - docker + stages: + - name: init + script: pnpm i && pnpm run dev:tdesign \ No newline at end of file