feat: add visual indicator for non-production environments
This commit is contained in:
@@ -38,6 +38,7 @@ class HandleInertiaRequests extends Middleware
|
||||
'success' => $request->session()->get('success'),
|
||||
'error' => $request->session()->get('error'),
|
||||
],
|
||||
'app_env' => config('app.env'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user