diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | template.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -225,7 +225,7 @@ export const config = { // Use the cookie store of your local browser. (default = off) // Options: "chrome" | "edge" | "firefox" - cookies: "chrome" + cookies: "chrome", // Specify the output options. output: { diff --git a/template.js b/template.js index 33713aa..a7b4384 100644 --- a/template.js +++ b/template.js @@ -52,7 +52,7 @@ export const config = { // Use the cookie store of your local browser. (default = off) // Options: "chrome" | "edge" | "firefox" - // cookies: "chrome" + // cookies: "chrome", // Specify the output options. // output: { |