feat: frontend using django-vite + blabla

This commit is contained in:
2026-07-17 18:02:42 +02:00
parent 63a5a69c67
commit c06b184a2d
48 changed files with 13896 additions and 885 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from "@hey-api/openapi-ts";
// Reads the schema from the running dev server: start `make run` first, then
// `npm run generate:api` (or `make api-client`) after changing tracker/api.py.
export default defineConfig({
input: "http://127.0.0.1:8000/api/openapi.json",
output: "src/api",
plugins: ["@hey-api/client-fetch"],
});