feat: massive front-end overhaul and initial github release
This commit is contained in:
parent
a2b40e38bf
commit
d5a0e70580
303 changed files with 19840 additions and 676 deletions
8
scripts/romm/openapi-ts.ts
Normal file
8
scripts/romm/openapi-ts.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
import { createClient } from '@hey-api/openapi-ts';
|
||||
|
||||
createClient({
|
||||
input: './scripts/romm/openapi.json', // sign up at app.heyapi.dev
|
||||
output: './src/clients/romm',
|
||||
plugins: ['@tanstack/react-query', '@hey-api/client-fetch', '@hey-api/typescript'],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue