- Updated `generateUUID` function for improved readability and performance. - Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed. - Simplified TypeScript configuration by removing unnecessary paths and aliases. - Enhanced Vite configuration for better project structure and maintainability.
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
import { ipcMain } from 'electron'
|
|
import { IPC_EVENTS } from '@runtime/lib/constants'
|
|
import { spawn } from 'child_process'
|
|
|
|
|
|
|
|
export function runTaskOperationService() {}
|