Initial commit

This commit is contained in:
Joey Kimsey
2026-09-11 18:14:10 -04:00
commit f785af89cd
15 changed files with 4273 additions and 0 deletions

7
electron.vite.config.mjs Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from 'electron-vite'
export default defineConfig({
main: {},
preload: {},
renderer: {}
})