feat(cnb-env): 添加用户登录状态检查路由,更新版本至 0.0.7,移除旧的用户检查路由

This commit is contained in:
2026-01-29 13:34:04 +08:00
parent 86b24cc9ef
commit 5db3b4a51b
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { app, appId } from '../app.ts';
import './user/check.ts'
import './cnb-env/check.ts'
import './repo/index.ts'
import './workspace/index.ts'
import './call/index.ts'

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cnb",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {