Skip to content

Commit cc3f52e

Browse files
committed
Disalow Directory Serving
1 parent 2a5b3e3 commit cc3f52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"test": "grunt test --verbose",
28-
"start": "serve . --port ${PORT:-3000} ",
28+
"start": "serve . -D --port ${PORT:-3000} ",
2929
"watch": "grunt",
3030
"postinstall": "bower install"
3131
}

0 commit comments

Comments
 (0)