From c02ecc9d850b64e996b27b1f28caddf2888253f6 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 4 Dec 2025 14:23:58 +0800 Subject: [PATCH] update version --- backend/src/main.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main.ts b/backend/src/main.ts index 769893b..9d08972 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -1,5 +1,5 @@ import { app } from './app.ts' -import './router/index.ts'; +import './routes/index.ts'; import { HOME } from './config.ts'; import { proxyRoute, initProxy } from '@kevisual/local-proxy/proxy.ts'; diff --git a/package.json b/package.json index ea4e307..1770327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/noco-auto", - "version": "0.0.1", + "version": "0.0.2", "description": "", "main": "mod.ts", "scripts": {