We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6194621 + ede1125 commit 0c3a640Copy full SHA for 0c3a640
2 files changed
.editorconfig
@@ -1,7 +1,7 @@
1
root = true
2
3
[*]
4
-charset = utf8
+charset = utf-8
5
end_of_line = lf
6
indent_style = space
7
indent_size = 2
lib/default-config.js
@@ -86,6 +86,11 @@ module.exports = {
86
*/
87
port: 3000,
88
89
+ /**
90
+ * @property middleware
91
+ * @type Function|Array
92
+ * @default false
93
+ */
94
middleware: false,
95
96
/**
0 commit comments