Skip to content

feat: update project templates and improve configuration loading for …#67

Merged
rsaz merged 1 commit into
mainfrom
feature/micro-api
Nov 24, 2024
Merged

feat: update project templates and improve configuration loading for …#67
rsaz merged 1 commit into
mainfrom
feature/micro-api

Conversation

@rsaz
Copy link
Copy Markdown
Member

@rsaz rsaz commented Nov 24, 2024

…CLI commands

Pull Request Guidelines

Our guidelines for submitting a pull request.

Before submitting your PR, please verify the following:

  • The commit message follows our guidelines:

    Make sure you prefix your commit message with the type of change you are making. Your commit message should look like this: type: description of the change.

    • Fixing a bug : fix: description of the change.
    • Adding a new feature : feat: description of the change.

See the options for the different types of changes you can make in the package.json file of your project.

Leave the options below unchecked if they are not applicable to your Pull Request.

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Test
  • Other... Please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

If yes Please describe the impact and mitigation strategy for existing applications.

What was changed?

Added entrypoint property on expressots.config.ts to allow flexible command execution for dev, build and prod

Please describe what you have changed in this PR.

Other information

Any other information that is important to this PR.

@rsaz rsaz added the enhancement New feature or request label Nov 24, 2024
@rsaz rsaz requested a review from juliano-soares November 24, 2024 02:49
@rsaz rsaz self-assigned this Nov 24, 2024
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 0.06%. Comparing base (7a02d14) to head (3553639).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/commands/project.commands.ts 0.00% 15 Missing ⚠️
src/new/form.ts 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main     #67      +/-   ##
========================================
+ Coverage   0.00%   0.06%   +0.06%     
========================================
  Files         36      36              
  Lines       1455    1519      +64     
  Branches     319     397      +78     
========================================
+ Hits           0       1       +1     
- Misses      1455    1517      +62     
- Partials       0       1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@rsaz rsaz merged commit beb3de8 into main Nov 24, 2024
@rsaz rsaz deleted the feature/micro-api branch November 24, 2024 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants