feat(appstore): use shared resolver
This commit is contained in:
@@ -9,7 +9,9 @@ import { Onebox } from './classes/onebox.ts';
|
||||
import { OneboxDaemon } from './classes/daemon.ts';
|
||||
import { OneboxSystemd } from './classes/systemd.ts';
|
||||
import { OneboxUpdateManager } from './classes/update-manager.ts';
|
||||
import type { IAppVersionConfig } from './classes/appstore-types.ts';
|
||||
import type * as servezoneInterfaces from '@serve.zone/interfaces';
|
||||
|
||||
type IAppStoreVersionConfig = servezoneInterfaces.appstore.IAppStoreVersionConfig;
|
||||
|
||||
export async function runCli(): Promise<void> {
|
||||
const args = Deno.args;
|
||||
@@ -591,7 +593,7 @@ function parseEnvArgs(args: string[]): Record<string, string> {
|
||||
}
|
||||
|
||||
function getAppStoreEnvVars(
|
||||
configArg: IAppVersionConfig,
|
||||
configArg: IAppStoreVersionConfig,
|
||||
overridesArg: Record<string, string>,
|
||||
): Record<string, string> {
|
||||
const envVars: Record<string, string> = {};
|
||||
|
||||
Reference in New Issue
Block a user