Various fixes (lol)

This commit is contained in:
wiz
2020-11-08 01:16:09 +09:00
parent f8bfe9343a
commit 26591f29a3
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import { AppServerModule } from './src/main.server';
import { APP_BASE_HREF } from '@angular/common';
import { existsSync } from 'fs';
const template = fs.readFileSync(path.join(__dirname, '../../mempool', 'index.html')).toString();
const template = fs.readFileSync(path.join(__dirname, '../../mempool/browser/', 'index.html')).toString();
const win = domino.createWindow(template);