-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cascading] from release/12.0.0-rc to main (#2848)
<!-- {"currentBranch":"release/12.0.0-rc","targetBranch":"main","bypassReviewers":false,"isConflicting":false} --> ## Cascading from release/12.0.0-rc to main --- <small>This Pull Request has been generated with ❤️ by the [Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-13.9 MB
packages/@ama-sdk/schematics/schematics/resources/swagger-codegen-cli.jar
Binary file not shown.
13 changes: 13 additions & 0 deletions
13
packages/@ama-sdk/schematics/schematics/typescript/core/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
This file is used to allow the use of the builder in the @o3r/framework mono-repository. | ||
It should not be part of the package. | ||
*/ | ||
|
||
const { resolve } = require('node:path'); | ||
|
||
require('ts-node').register({ project: resolve(__dirname, '..', '..', '..', 'tsconfig.builders.json') }); | ||
require('ts-node').register = () => {}; | ||
|
||
module.exports = require('./index.ts'); |