From f0468539dc53f89a509187a95ba9823702f62105 Mon Sep 17 00:00:00 2001 From: xion Date: Fri, 11 Oct 2024 22:12:55 +0800 Subject: [PATCH] add router for query list --- package.json | 1 + pnpm-workspace.yaml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index 8a66ce6..dcd80af 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "typescript": "^5.6.3" }, "dependencies": { + "@abearxiong/router": "0.0.1-alpha.40", "@abearxiong/use-config": "^0.0.2", "@abearxiong/use-file-store": "^0.0.1", "ioredis": "^5.4.1", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 4340350..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -packages: - - 'packages/*' \ No newline at end of file