1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

Merge pull request #13793 from Budibase/fix/allow-sqs

Allow production SQS
This commit is contained in:
Sam Rose 2024-05-28 16:10:20 +01:00 committed by GitHub
commit 11f3d9b946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,11 +28,6 @@ import fs from "fs"
let STARTUP_RAN = false
if (env.isProd() && env.SQS_SEARCH_ENABLE) {
console.error("Stopping service - SQS search support is not yet available.")
process.exit(-1)
}
async function initRoutes(app: Koa) {
if (!env.isTest()) {
const plugin = await bullboard.init()