Refactor API and worker applications to streamline middleware imports and remove unused Redis dependency. Update TypeScript build information across packages to reflect recent changes in file structure and dependencies.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getApiUrl } from "./env";
|
||||
import { getApiUrl } from "../env";
|
||||
|
||||
export interface AuthCredentials {
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user