Skip to content

Instantly share code, notes, and snippets.

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
}
@dvelop-blog
dvelop-blog / codeanalyse-01
Created September 19, 2025 08:54
Statische Codeanalyse
include:
- component: $CI_SERVER_FQDN/pipelines/components/csharp/static-code-analysis@5.3.83