Respond to last PR comment.

This commit is contained in:
Sam Rose 2024-08-29 17:59:17 +01:00
parent d134c21a45
commit 2a2dbfb745
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ process.env.SELF_HOSTED = "1"
process.env.NODE_ENV = "jest"
process.env.MULTI_TENANCY = "1"
process.env.APP_PORT = "0"
process.env.WORKER_PORT = "0"
// @ts-ignore
process.env.BUDIBASE_DIR = tmpdir("budibase-unittests")
process.env.LOG_LEVEL = process.env.LOG_LEVEL || "error"