disable debug

This commit is contained in:
Henry Hiles 2025-11-07 11:06:07 -05:00
commit cc04745329
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

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())