feat(frontend): backup jobs page

This commit is contained in:
Nicolas Meienberger
2025-11-01 17:09:43 +01:00
parent d81f3653ec
commit 18115b374c
19 changed files with 459 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
import { defaultPlugins, defineConfig } from "@hey-api/openapi-ts";
export default defineConfig({
input: "http://192.168.2.42:4096/api/v1/openapi.json",
input: "http://localhost:4096/api/v1/openapi.json",
output: {
path: "./apps/client/app/api-client",
format: "biome",