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"