Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 15:08
· 18 commits to canary since this release
ec6f4e9

Patch Changes

  • f946d7a: Faust CLI now outputs version number when running dev|build|start commands.

    When running those commands it will print the current Faust core and cli versions in the console:

    % npm run dev -w examples/next/faustwp-getting-started
    info - Faust.js v3.0.1
    info - Faust.js CLI v3.0.1
    ready - started server on 0.0.0.0:3000, url: http://localhost:3000
    ...