diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-23 22:38:57 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-23 22:38:57 +0200 |
commit | 712c3fa816cc691f53de165c7a64d5e626da328c (patch) | |
tree | 4db055fda4b5efa6c45a858cac4899fff20943c2 /README.md | |
parent | 74d958c068f193f0716fb8b4ee456b72a475b2a8 (diff) | |
download | FlightCore-712c3fa816cc691f53de165c7a64d5e626da328c.tar.gz FlightCore-712c3fa816cc691f53de165c7a64d5e626da328c.zip |
Update working command for Windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ npm run tauri dev > On Windows instead of `npm run ui-dev`, you may need to run > `./node_modules/.bin/rollup --config --watch` > and -> `npm run localhost` +> `./node_modules/.bin/servor dist index.html 8080 --reload` > in two separate console windows ### Tips |