feat: add packaging and validation coverage

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot CLI
2026-03-21 09:30:37 +01:00
co-authored by Copilot
parent 9e509593d6
commit c8d23f91d1
11 changed files with 556 additions and 76 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default defineConfig({
renderer: {
root: 'src/renderer',
build: {
outDir: '../../dist/renderer',
outDir: 'dist/renderer',
},
plugins: [react(), tailwindcss()],
resolve: {