adds type generation

This commit is contained in:
2025-07-19 18:37:41 +02:00
parent ef0f82d516
commit 7c92b33f91
5 changed files with 33 additions and 19 deletions
+4 -3
View File
@@ -9,10 +9,11 @@
"react-oidc-context": "^3.3.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"dev": "npm run generate:types && next dev",
"build": "npm run generate:types && next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"generate:types": "bash generate_types.sh DOCKER_BACKEND"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",