You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Skip waiting for ${config.customContainerConfig.image} optimization. The function will be available for invocation once the image acceleration process is complete.`,
99
+
);
100
+
return;
101
+
}
96
102
console.log('');
97
103
if(reason==='CREATE'){
98
104
if(isAppCenter()){
@@ -183,7 +189,7 @@ export default class FC extends FC_Client {
183
189
/**
184
190
* 创建或者修改函数
185
191
*/
186
-
asyncdeployFunction(config: IFunction,{ slsAuto, type }): Promise<void>{
0 commit comments