Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow running the local scripts outside of the main FTL directory. #3017

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. fix: allow running the local scripts outside of the main FTL directory.

    Previously, trying to run `~/Development/ftl/scripts/ftl dev` from a separate project failed with
    ```
    error:controller0: error: No justfile found
    ```
    
    After this, it builds the frontend correctly.
    jvmakine committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    77ebe00 View commit details
    Browse the repository at this point in the history