aboutsummaryrefslogtreecommitdiffstats
path: root/misty.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-11 00:39:27 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-11 00:39:27 +0100
commit06fe69d94942e31df0894c5c90686ccdddbb6178 (patch)
treeba7ceac81f1a7fa0b89e61fd0e25f85cf1a7026f /misty.yml
parent#276 Fix custom URL validation failing due to URL normalization (diff)
downloadferdium-app-06fe69d94942e31df0894c5c90686ccdddbb6178.tar.gz
ferdium-app-06fe69d94942e31df0894c5c90686ccdddbb6178.tar.zst
ferdium-app-06fe69d94942e31df0894c5c90686ccdddbb6178.zip
Use npm start command in misty config
Diffstat (limited to 'misty.yml')
-rw-r--r--misty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/misty.yml b/misty.yml
index a1e024c4e..2b93d025e 100644
--- a/misty.yml
+++ b/misty.yml
@@ -2,5 +2,5 @@ code:
2 cmd: npm run dev 2 cmd: npm run dev
3 3
4app: 4app:
5 cmd: npx electron ./build 5 cmd: npm start
6 waitOn: http://localhost:8000 \ No newline at end of file 6 waitOn: http://localhost:8000