1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

chore: update frontend language to TypeScript

This commit is contained in:
bakerboy448
2025-10-04 15:16:34 -05:00
parent dd788f2c6e
commit 12cc4faf1f

View File

@@ -9,7 +9,7 @@ Setup guides, [FAQ](/radarr/faq), the more information we have on the [wiki](htt
# Development
Radarr is written in C# (backend) and JS (frontend). The backend is built on the .NET8 framework, while the frontend utilizes Reactjs.
Radarr is written in C# (backend) and TypeScript (frontend). The backend is built on the .NET8 framework, while the frontend utilizes Reactjs.
## Tools required