chore: init
This commit is contained in:
commit
8424b7b98b
27 changed files with 7424 additions and 0 deletions
9
composables/client.ts
Normal file
9
composables/client.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { Client } from '~/api-client'
|
||||
|
||||
const client = new Client({
|
||||
host: 'https://mas.to',
|
||||
})
|
||||
|
||||
export function useClient() {
|
||||
return client
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue