@sjcrh/proteinpaint-server 2.126.2 → 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.
- package/package.json +1 -1
- package/src/app.js +13 -5
- package/src/serverconfig.js +1 -0
package/src/serverconfig.js
CHANGED
|
@@ -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')
|