diff --git a/routes/_error.html b/routes/_error.html index 72b3395..8e233a9 100644 --- a/routes/_error.html +++ b/routes/_error.html @@ -6,6 +6,12 @@
{error.message}
+{#if NODE_ENV === 'development'} +
+ {error.stack}
+
+{/if}
+
\ No newline at end of file
+
+
+
\ No newline at end of file