disable debug
This commit is contained in:
parent
72a09af340
commit
cc04745329
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue