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
export interface FileMapping { | |
inputID: string,// the vite.config.ts should specify the mapped path not the original file path | |
filePath: string, | |
url: string, | |
} | |
export interface MyPluginOptions { | |
fileMappings: FileMapping[], // desired locations for the input files | |
} |
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
include: | |
- component: $CI_SERVER_FQDN/pipelines/components/csharp/static-code-analysis@5.3.83 |