Fix schema.json being auto deleted and remove formating and linting of generated openapi client

This commit is contained in:
2025-03-09 16:30:21 +01:00
parent 05edf33062
commit 106dc32a3d
4 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,7 @@
"types": ["jquery", "alpinejs"],
"lib": ["es7"],
"paths": {
"#openapi": ["./staticfiles/generated/openapi/index.ts"],
"#openapi": ["./staticfiles/generated/openapi/client/index.ts"],
"#core:*": ["./core/static/bundled/*"],
"#pedagogy:*": ["./pedagogy/static/bundled/*"],
"#counter:*": ["./counter/static/bundled/*"],