@sjcrh/proteinpaint-server 2.126.1 → 2.127.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,6 +228,7 @@ if (process.argv.find(a => a == 'validate')) {
228
228
  // async methods will still block the validation. Only other async methods are not blocked
229
229
  // by each other while executing.
230
230
  serverconfig.features.stopGdcCacheAliquot = true
231
+ serverconfig.features.mustExitPendingValidation = true
231
232
  }
232
233
 
233
234
  const publicDir = path.join(process.cwd(), './public')