1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 21:30:05 +00:00

chore: set sas,js as default run times

This commit is contained in:
2022-06-17 04:02:40 +05:00
parent 1790e10fc1
commit 158acf1f97
2 changed files with 2 additions and 2 deletions

View File

@@ -237,5 +237,5 @@ const DEFAULTS = {
PORT: '5000',
HELMET_COEP: HelmetCoepType.TRUE,
LOG_FORMAT_MORGAN: LOG_FORMAT_MORGANType.Common,
RUN_TIMES: RunTimeType.SAS
RUN_TIMES: `${RunTimeType.SAS},${RunTimeType.JS}`
}