We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1291991 commit 1efc37cCopy full SHA for 1efc37c
README.md
@@ -127,7 +127,7 @@ machine. Here are some examples of functions you might add to handle new file ty
127
```javascript
128
// ~/.cacher/run-server.user.config.js
129
130
-module.exports = {
+return {
131
rules: [
132
{
133
pattern: '\.awesome$',
@@ -144,7 +144,7 @@ module.exports = {
144
145
146
// Requires `npm -g markdown` to be run first.
147
148
149
150
pattern: '\.md$',
@@ -167,7 +167,7 @@ module.exports = {
167
168
169
170
171
172
173
pattern: (command) => {
0 commit comments