aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create.js
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-07 17:01:37 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-07 16:01:37 +0000
commit54f3affd80401051db8464d6bed8ad4ed1e66fd1 (patch)
treed166ec91c97ec1220787c857f6e3c5004d13889b /scripts/create.js
parentAdd home assistant recipe (#47) (diff)
downloadferdium-recipes-54f3affd80401051db8464d6bed8ad4ed1e66fd1.tar.gz
ferdium-recipes-54f3affd80401051db8464d6bed8ad4ed1e66fd1.tar.zst
ferdium-recipes-54f3affd80401051db8464d6bed8ad4ed1e66fd1.zip
Add webview.js to some services that were generated without it. (#42)
This had blocked users from manually generating a `service.css` which is what the documentation recommends as self-help to override styling. Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'scripts/create.js')
-rw-r--r--scripts/create.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/create.js b/scripts/create.js
index 38d1688..1d20668 100644
--- a/scripts/create.js
+++ b/scripts/create.js
@@ -10,9 +10,9 @@ if (process.argv.length < 3) {
10For example: 10For example:
11pnpm create WhatsApp 11pnpm create WhatsApp
12pnpm create "Google Hangouts" 12pnpm create "Google Hangouts"
13You can set "Folder name" to "FerdiDev" to use Ferdium's development instance instead: 13You can set "Folder name" to "FerdiumDev" to use Ferdium's development instance instead:
14 14
15pnpm create WhatsApp FerdiDev 15pnpm create WhatsApp FerdiumDev
16`); 16`);
17 throw new Error('Please provide the correct number of args!'); 17 throw new Error('Please provide the correct number of args!');
18} 18}