Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Jul 26, 2024
1 parent 294c931 commit f50f82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The backend of code.gouv.fr/sill",
"repository": {
"type": "git",
"url": "git://github.com/codegouvfr/sill-api.git"
"url": "git://github.com/codegouvfr/sill.git"
},
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
6 changes: 4 additions & 2 deletions api/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import type { inferRouterInputs, inferRouterOutputs } from "@trpc/server";
export type TrpcRouterInput = inferRouterInputs<TrpcRouter>;
export type TrpcRouterOutput = inferRouterOutputs<TrpcRouter>;

export type * as ApiTypes from "./ApiTypes";

export { type User, createAccessTokenToUser } from "../rpc/user";
export { type Language, type LocalizedString, languages } from "../core/ports/GetSoftwareExternalData";
export type { ExternalDataOrigin } from "../core/ports/GetSoftwareExternalData";

import type * as ApiTypes from "./ApiTypes";

export type { ApiTypes };

0 comments on commit f50f82b

Please sign in to comment.