From 14c6c9784f05a8cd9feb380f2265a8f078d8f04a Mon Sep 17 00:00:00 2001 From: Jikun Date: Tue, 12 May 2026 11:40:36 +0800 Subject: [PATCH] bug fix --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 79bf7c42e..006d7812f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -68,7 +68,7 @@ export const DEFAULT_CONFIG: SWACLIConfig = { appName: SWA_CLI_APP_NAME || undefined, dryRun: useEnvVarOrUseDefault(SWA_CLI_DEPLOY_DRY_RUN, false), apiLanguage: SWA_CLI_API_LANGUAGE || "node", - apiVersion: SWA_CLI_API_VERSION || "16", + apiVersion: SWA_CLI_API_VERSION || "22", dataApiDevserverUrl: SWA_CLI_DATA_API_DEVSERVER_URL || undefined, // swa login options