initial commit, lots of random shit
This commit is contained in:
commit
7bb18f0a71
27 changed files with 3394 additions and 0 deletions
17
src/app.d.ts
vendored
Normal file
17
src/app.d.ts
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// See https://kit.svelte.dev/docs/types#app
|
||||
|
||||
import type {DataSource} from 'typeorm';
|
||||
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
interface Locals {
|
||||
db: DataSource;
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue