Currently, taskwarrior-web expects the frontend files to exist in ./dist (during runtime). Are there any plans on making it an independent program that has the frontend files embedded in the binary? This way we can do cargo install --path . and run taskwarrior-web globally.
Currently,
taskwarrior-webexpects the frontend files to exist in./dist(during runtime). Are there any plans on making it an independent program that has the frontend files embedded in the binary? This way we can docargo install --path .and runtaskwarrior-webglobally.