chore: seperate into packages
This commit is contained in:
4
packages/server/src/global.d.ts
vendored
4
packages/server/src/global.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import 'fastify';
|
||||
import type { Services } from './utils/utils.services.ts';
|
||||
import type { StashRuntime } from '@morten-olsen/stash-runtime';
|
||||
|
||||
// eslint-disable-next-line
|
||||
declare type ExplicitAny = any;
|
||||
@@ -7,6 +7,6 @@ declare type ExplicitAny = any;
|
||||
declare module 'fastify' {
|
||||
// eslint-disable-next-line
|
||||
export interface FastifyInstance {
|
||||
services: Services;
|
||||
runtime: StashRuntime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user