mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
fix(proxy): build proxyList correctly
Also remove unnecessary `all` npm script.
This commit is contained in:
+1
-1
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user