WIP: Electron asset path and renderer build fixes

- Configure Vite renderer build for relative asset paths and explicit asset directory
- Remove baseURLForDataURL (caused Electron crash)
- Add debug logging for asset/network requests
- App now loads and assets are found, but some stylesheets may still be missing

Next: investigate CSS chunking/code splitting for Electron reliability.
This commit is contained in:
Matthew Raymer
2025-06-25 09:26:55 +00:00
parent fe55d0b431
commit f57458835b
4 changed files with 60 additions and 48 deletions

11
temp.har Normal file
View File

@@ -0,0 +1,11 @@
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [],
"entries": []
}
}