We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c382f5 commit 0017f1cCopy full SHA for 0017f1c
packages/live-server/README.md
@@ -75,7 +75,7 @@ var params = {
75
open: false, // When false, it won't load your browser by default.
76
ignore: 'scss,my/templates', // comma-separated string for paths to ignore
77
file: "index.html", // When set, serve this file for every 404 (useful for single-page applications)
78
- wait: 1000 // Waits for all changes, before reloading. Defaults to 0 sec.
+ wait: 1000, // Waits for all changes, before reloading. Defaults to 0 sec.
79
mount: [['/components', './node_modules']] // Mount a directory to a route.
80
};
81
liveServer.start(params);
0 commit comments