Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • npm ci to make sure you have the correct version of all of the packages

  • Run eslint (npm run tui-style-check), fix the issues.

  • Run build Build tui, fix any issues the compiler complains about.

  • Test everything works in the browser, while keeping the console open to see any runtime warnings.

...