fix(proxy): build proxyList correctly

Also remove unnecessary `all` npm script.
This commit is contained in:
Jef LeCompte
2021-01-17 18:17:43 -05:00
parent b7930b25fd
commit c177aedd21
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
import {isAbsolute, join, normalize, relative} from 'path';
import {logger} from '../logger';
const approot = join(__dirname, '../../../');
const approot = join(__dirname, '../../');
const webroot = join(approot, './web');
const contentTypeMap: Record<string, string> = {