Compile openapi client in background when django runserver is reloading

This commit is contained in:
2025-03-05 11:20:27 +01:00
parent 98175e397c
commit 05edf33062
4 changed files with 23 additions and 9 deletions

View File

@ -7,6 +7,7 @@
"compile": "vite build --mode production",
"compile-dev": "vite build --mode development",
"serve": "vite build --mode development --watch --minify false",
"openapi": "openapi-ts",
"analyse-dev": "vite-bundle-visualizer --mode development",
"analyse-prod": "vite-bundle-visualizer --mode production",
"check": "biome check --write"