chore: 升级依赖版本并重构 cnb-dev-env 为 dev-cnb-env
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user