this wasnt doing anything
This commit is contained in:
parent
4555000b4a
commit
e8d7fff771
4
src/app.d.ts
vendored
4
src/app.d.ts
vendored
|
@ -6,9 +6,7 @@ import type {DataSource} from 'typeorm';
|
|||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
interface Locals {
|
||||
db: DataSource;
|
||||
}
|
||||
// interface Locals {}
|
||||
// interface PageData {}
|
||||
// interface Platform {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue