This commit is contained in:
2026-01-11 11:25:52 +08:00
parent 314810a5ff
commit 02ce84221a

View File

@@ -6,7 +6,7 @@ $:
services:
- vscode
- docker
imports: https://cnb.cool/kevisual/env/-/blob/main/development.env
imports: https://cnb.cool/kevisual/env/-/blob/main/.env.development
# 开发环境启动后会执行的任务
# stages:
# - name: pnpm install
@@ -16,7 +16,7 @@ $:
services:
- docker
imports:
- https://cnb.cool/kevisual/env/-/blob/main/development.env
- https://cnb.cool/kevisual/env/-/blob/main/.env.development
env:
FROM_REPO: kevisual/cnb
TO_REPO: kevisual/cnb
@@ -38,7 +38,7 @@ $:
services:
- docker
imports:
- https://cnb.cool/kevisual/env/-/blob/main/development.env
- https://cnb.cool/kevisual/env/-/blob/main/.env.development
env:
FROM_REPO: kevisual/cnb
TO_REPO: kevisual/cnb