chore: 升级依赖版本并重构 cnb-dev-env 为 dev-cnb-env

This commit is contained in:
xiongxiao
2026-03-19 02:33:42 +08:00
committed by cnb
parent 0476b24c14
commit cca9390505
6 changed files with 37 additions and 32 deletions

View File

@@ -48,12 +48,12 @@
"@kevisual/load": "^0.0.6",
"@kevisual/local-app-manager": "^0.1.32",
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.53",
"@kevisual/router": "^0.1.5",
"@kevisual/query": "0.0.55",
"@kevisual/router": "^0.1.6",
"@kevisual/types": "^0.0.12",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/plugin": "^1.2.27",
"@types/bun": "^1.3.10",
"@types/bun": "^1.3.11",
"@types/node": "^25.5.0",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",

View File

@@ -393,7 +393,7 @@ export class AssistantConfig {
const routes = ["@kevisual/cnb/routes"]
if (isCNB) {
routes.push("@kevisual/project-search/routes")
id = 'cnb-dev'
id = 'dev-cnb'
}
return {
app: {

View File

@@ -1,5 +1,5 @@
import { app } from '../../app.ts';
import './cnb-dev-env.ts';
import './dev-cnb-env.ts';
import { execCommand } from '@/module/npm-install.ts';
import { useKey } from '@kevisual/context';