feat: update ESLint and TypeScript configurations across frontend and backend; enhance component structure and improve data handling in various modules
This commit is contained in:
10
apps/web/src/app.d.ts
vendored
10
apps/web/src/app.d.ts
vendored
@@ -1,9 +1,9 @@
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Locals {
|
||||
token: string | undefined;
|
||||
}
|
||||
}
|
||||
namespace App {
|
||||
interface Locals {
|
||||
token: string | undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user