disable debug

This commit is contained in:
Henry Hiles 2025-11-07 11:06:07 -05:00
commit cc04745329
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ import "package:shelf_router/shelf_router.dart";
void main(List<String> argsRaw) async {
final container = ProviderContainer();
final isDebug = true;
final isDebug = false;
final handler = const Pipeline()
.addMiddleware(logRequests())