1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: db exporter ts refactor

This commit is contained in:
2022-04-15 23:13:23 +02:00
parent 6adc93e1cd
commit ce0f278caf
12 changed files with 198 additions and 104 deletions

View File

@@ -1,6 +1,6 @@
import * as antares from 'common/interfaces/antares';
import * as workers from 'common/interfaces/workers';
import fs from 'fs';
import * as fs from 'fs';
import path from 'path';
import { ChildProcess, fork } from 'child_process';
import { ipcMain, dialog } from 'electron';