Build fixes
This commit is contained in:
parent
be835c7759
commit
fc3eb1f7d9
6 changed files with 6 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ import { IAppConfig } from "@digiresilience/metamigo-config";
|
|||
import { postgraphile, HttpRequestHandler } from "postgraphile";
|
||||
import { getPostGraphileOptions } from "@digiresilience/metamigo-db";
|
||||
|
||||
export interface HapiPostgraphileOptions {}
|
||||
export interface HapiPostgraphileOptions { }
|
||||
|
||||
const PostgraphilePlugin: Hapi.Plugin<HapiPostgraphileOptions> = {
|
||||
name: "postgraphilePlugin",
|
||||
|
|
@ -29,7 +29,7 @@ const PostgraphilePlugin: Hapi.Plugin<HapiPostgraphileOptions> = {
|
|||
};
|
||||
}
|
||||
},
|
||||
}
|
||||
} as any
|
||||
);
|
||||
|
||||
server.route({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue