-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tools-nx-forecast): Resolved module loading issues during executors
- Loading branch information
1 parent
32a9806
commit d83806d
Showing
9 changed files
with
12 additions
and
18 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
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
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 |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"name": "@stormstack/tools-nx-forecast", | ||
"version": "0.0.1", | ||
"executors": { | ||
"generate": { | ||
"implementation": "../../../dist/tools/nx/forecast/src/executors/generate/impl", | ||
"schema": "../../../dist/tools/nx/forecast/src/executors/generate/schema.json", | ||
"description": "Generate code based on a provided Forecast model." | ||
"project-generate": { | ||
"implementation": "../../../dist/tools/nx/forecast/src/executors/project-generate/impl", | ||
"schema": "../../../dist/tools/nx/forecast/src/executors/project-generate/schema.json", | ||
"description": "⚡ Generate code for a specific project based on a provided Forecast model schema" | ||
} | ||
} | ||
} |
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
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
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
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...recast/src/executors/generate/schema.json → ...rc/executors/project-generate/schema.json
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