Add Electron main process with token management and navigation setup
- Implement main and login windows for Electron. - Integrate `electron-store` for secure token storage and management. - Setup IPC handlers for authentication. - Update dependencies to support Electron, including `vite`, `react-router-dom`, and plugins.
This commit is contained in:
11
tsconfig.preload.json
Normal file
11
tsconfig.preload.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.electron.json",
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "dist/electron"
|
||||
},
|
||||
"include": [
|
||||
"electron/preload.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user