Core engine#210
Merged
Merged
Conversation
- Disabled the `allowJs` option in `tsconfig.json` to force the use of TypeScript. - Expanded include paths in `tsconfig.json` to cover more project directories. - Added excludes in `tsconfig.json` to improve handling of unwanted files. - Updated VSCode configurations to remove unnecessary directories and optimize TypeScript server performance.
- Updated the tsconfig.json file to include the "docs/**/*" directory in the include paths, improving project file coverage.
- The preview URL has been added to the theme metadata during processing. - The logic has been updated to generate the preview only if it doesn't exist and validation is successful. - Searching for preview files on the S3 storage service has been implemented, improving theme management.
- The `findPreviewUrlFromTemplateUrls` function has been implemented to search for the preview URL in template files. - The preview URL assignment logic has been updated to use either the found URL or the one from the scheme, improving flexibility in theme management.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.