ci: testing pipeline

This commit is contained in:
Hydra 2024-04-29 11:01:34 +01:00
parent 05177d5e9c
commit 25fb4342d6
27 changed files with 1349 additions and 1399 deletions

View file

@ -13,7 +13,8 @@
"@main/*": ["src/main/*"],
"@renderer/*": ["src/renderer/*"],
"@types": ["src/types/index.ts"],
"@locales": ["src/locales/index.ts"]
"@locales": ["src/locales/index.ts"],
"@resources": ["src/resources/index.ts"]
}
}
}