total restructure: isolate functionality to core so web works

This commit is contained in:
nicwands
2026-03-19 17:25:43 -04:00
parent f9e7fe1208
commit eea1cccf16
20 changed files with 635 additions and 247 deletions

View File

@@ -9,6 +9,7 @@ export default defineConfig({
resolve: {
alias: {
'@': fileURLToPath(new URL('./src/renderer/src', import.meta.url)),
'@core': fileURLToPath(new URL('./src/core', import.meta.url)),
},
},
server: {