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: point alias to build/ instead of src/ #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 9, 2023

  1. fix: point alias to build/ instead of src/

    - this makes rpt2 have the same output as `tsc` for the `sdk` package
      - outputs to mirrored directory structure of `src`, w/ `actions/create.*` and `models/user.*`
        - implicit `rootDir` of `packages/sdk/src`, same as `tsc`
    
    - mark `@shared` as an `external` in Rollup config
      - removes warning about it being treated as external
    
    - add a `clean` command to help with debugging
    
    - add `clean` and `verbosity` options to rpt2 to help with debugging / tracing
      - remove commented options that are not valid rpt2 options
    agilgur5 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    21c2f1f View commit details
    Browse the repository at this point in the history