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
`Build mode: Using temporary metadata file: ${buildMetadataFilename}`,
64
+
);
65
+
}else{
66
+
buildMetadataFilename=undefined;
67
+
}
68
+
54
69
// Only start translation server in development mode
55
70
if(isDev&&!globalServer){
56
71
globalServer=awaitstartTranslationServer({
@@ -172,7 +187,12 @@ export function persistLocale(locale) {
172
187
173
188
// TODO (AleksandrSl 30/11/2025): Could make async in the future, so we don't pause the main transform, translation server should be able to know if the metadata is finished writing then.
0 commit comments