mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
expose createApiClient method in api package to public
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Publish API package to NPM
|
||||
on:
|
||||
workflow_dispatch
|
||||
push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -134,4 +134,6 @@ export type MyMemberships = ZodiosResponseByAlias<
|
||||
|
||||
export type MyMembership = MyMemberships[0];
|
||||
|
||||
export const api = createApiClient('/api', { validate: 'none' });
|
||||
const api = createApiClient('/api', { validate: 'none' });
|
||||
|
||||
export { createApiClient, api };
|
||||
|
||||
Reference in New Issue
Block a user