Update .env.example and README.md to clarify JWT_SECRET requirements; enhance telemt API route handling to preserve query parameters; adjust TypeScript configuration to exclude specific directories; improve data grid components with new features and optimizations.
Build and Push Telemt Panel Docker Image / build-and-push (push) Successful in 3m58s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 19:22:26 +07:00
parent 9bebc9e92d
commit d35fa5a285
65 changed files with 6735 additions and 1027 deletions
+4 -1
View File
@@ -11,5 +11,8 @@
},
"types": ["vite/client"]
},
"include": ["src", "vite.config.ts"]
"include": ["src", "vite.config.ts"],
"exclude": [
"src/components/blocks/data-grid-base-2"
]
}