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

Commit ff8ea5d

Browse files
author
sw-yx
committed
minor tweak thanks to @colinbate
1 parent ebfffef commit ff8ea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detectors/svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ module.exports = function() {
3131
env: { ...process.env },
3232
possibleArgsArrs,
3333
urlRegexp: new RegExp(`(http://)([^:]+:)${5000}(/)?`, "g"),
34-
dist: "static"
34+
dist: "public"
3535
};
3636
};

0 commit comments

Comments
 (0)