feat: Add MembersList component, configure Electron frontend with Vite, and establish Gitea release workflow.
Some checks failed
Build and Release / build-and-release (push) Failing after 7m35s

This commit is contained in:
Bryan1029384756
2026-02-11 06:42:31 -06:00
parent c472f0ee2d
commit 49bc491e08
6 changed files with 25 additions and 9 deletions

View File

@@ -11,5 +11,6 @@ export default defineConfig({
},
build: {
outDir: 'dist-react',
chunkSizeWarningLimit: 1000,
},
})