feat: Update LinearUI to use new backend (except Inpaint)

This commit is contained in:
blessedcoolant
2023-08-11 22:22:01 +12:00
parent 87ce4ab27c
commit 7479f9cc02
12 changed files with 317 additions and 708 deletions

View File

@ -1,7 +1,7 @@
import fs from 'node:fs';
import openapiTS from 'openapi-typescript';
const OPENAPI_URL = 'http://localhost:9090/openapi.json';
const OPENAPI_URL = 'http://127.0.0.1:9090/openapi.json';
const OUTPUT_FILE = 'src/services/api/schema.d.ts';
async function main() {