This PR adds Svelte as a platform to the new `platform_categories.py` file.
@@ -45,6 +45,7 @@ FRONTEND = [
"javascript-vue",
"javascript-nextjs",
"javascript-remix",
+ "javascript-svelte",
"unity",
]
@@ -216,6 +217,7 @@ RELEASE_HEALTH = [
# mobile
"android",
"apple-ios",