1#!/bin/bash 2#NODE_OPTIONS=--max-old-space-size=8192 3while : 4do 5 ./node_modules/.bin/tsx packages/backend/utils/workers.ts 6done