From 7bf90733d5a41c726b0a60d9743ab5637bdd04fe Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 15 Jun 2025 15:21:49 +0800 Subject: [PATCH] . --- apps/blogai/{auth.ts.bak => auth.ts} | 0 apps/blogai/tsconfig.json | 2 +- tsconfig.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/blogai/{auth.ts.bak => auth.ts} (100%) diff --git a/apps/blogai/auth.ts.bak b/apps/blogai/auth.ts similarity index 100% rename from apps/blogai/auth.ts.bak rename to apps/blogai/auth.ts diff --git a/apps/blogai/tsconfig.json b/apps/blogai/tsconfig.json index baddedf..ff366eb 100644 --- a/apps/blogai/tsconfig.json +++ b/apps/blogai/tsconfig.json @@ -43,7 +43,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" - ], +, "auth.ts" ], "exclude": [ "test", "node_modules" diff --git a/tsconfig.json b/tsconfig.json index 4c9841d..914623b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,7 +43,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" - ], +, "apps/blogai/auth.ts.bak" ], "exclude": [ "test", "node_modules"