mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
docker build
This commit is contained in:
@@ -17,7 +17,6 @@ function createWindow() {
|
||||
mainWindow = new BrowserWindow({ width: 800, height: 600 });
|
||||
|
||||
const apiProcess = fork(path.join(__dirname, '../packages/api/dist/bundle.js'));
|
||||
console.log('API PROCESS', apiProcess);
|
||||
|
||||
const startUrl =
|
||||
process.env.ELECTRON_START_URL ||
|
||||
|
||||
Reference in New Issue
Block a user