Skip to content

bug: kit b --hyperapp can fail to build if target/ is subsequently deleted #329

@nick1udwig

Description

@nick1udwig

Because of how we modify both the top-level and process-level Cargo.toml file, if you

kit b --hyperapp

then

rm -rf target

then try to build again, you'll get errors until you:

  1. Edit Cargo.toml to remove caller-utils workspace
  2. Edit <process/Cargo.toml to remove caller-utils dependency

kit must "just work" here, not error out

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions