From 015fe321bc0a7fc8b6ae0f3358aa4e75eab2b82e Mon Sep 17 00:00:00 2001 From: kartikey321 Date: Sun, 3 May 2026 11:53:54 +0000 Subject: [PATCH] fix fletch type to production --- frameworks/fletch/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/fletch/meta.json b/frameworks/fletch/meta.json index a640bb5b2..92f890bbf 100644 --- a/frameworks/fletch/meta.json +++ b/frameworks/fletch/meta.json @@ -2,7 +2,7 @@ "display_name": "Fletch", "language": "Dart", "engine": "dart:io", - "type": "tuned", + "type": "production", "description": "Express-inspired HTTP framework for Dart with radix-tree routing, middleware chains, signed sessions, and built-in DI.", "repo": "https://github.com/kartikey321/fletch", "enabled": true,