It fails with
error: unrecognized subcommand 'start'
Usage: webui.exe [COMMAND]
For more information, try '--help'.
error: process didn't exit successfully: Q:\repo\webui2\webui\target\debug\webui.exe start ./src --state ./data/state.json --plugin=fast --servedir ./dist --port 3001 --watch (exit code: 2)
ELIFECYCLE Command failed with exit code 2.
^CTerminate batch job (Y/N)? dev processes exited (server=2, client=1)
error: process didn't exit successfully: Q:\repo\webui2\webui\target\debug\xtask.exe dev todo-fast (exit code: 1)
ELIFECYCLE Command failed with exit code 1.
Possibly due to change in the PR : #83
where start is changed to serve.
It fails with
error: unrecognized subcommand 'start'
Usage: webui.exe [COMMAND]
For more information, try '--help'.
error: process didn't exit successfully:
Q:\repo\webui2\webui\target\debug\webui.exe start ./src --state ./data/state.json --plugin=fast --servedir ./dist --port 3001 --watch(exit code: 2)ELIFECYCLE Command failed with exit code 2.
^CTerminate batch job (Y/N)? dev processes exited (server=2, client=1)
error: process didn't exit successfully:
Q:\repo\webui2\webui\target\debug\xtask.exe dev todo-fast(exit code: 1)ELIFECYCLE Command failed with exit code 1.
Possibly due to change in the PR : #83
where start is changed to
serve.