Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit bab05e3

Browse files
authored
clarify what detector's dist really means. its confusing.
we'll have to rename in future.
1 parent 582e515 commit bab05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detectors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
env: Object, // env variables, see examples
1414
possibleArgsArrs: [[String]], // e.g [['run develop]], so that the combined command is 'npm run develop', but we allow for multiple
1515
urlRegexp: RegExp, // see examples
16-
dist: String, // e.g. 'dist' or 'build'
16+
dist: String, // static folder where a _redirect file would be placed, e.g. 'public' or 'static'. NOT the build output folder
1717
}
1818
```
1919

0 commit comments

Comments
 (0)