dygapp %!s(int64=5) %!d(string=hai) anos
pai
achega
bebcc21de3
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      config/config.dev.js

+ 11 - 0
config/config.dev.js

@@ -0,0 +1,11 @@
+'use strict';
+
+module.exports = () => {
+  const config = (exports = {});
+
+  config.logger = {
+    consoleLevel: 'DEBUG',
+  };
+
+  return config;
+};