A modified version of Wafrn used on https://wf.jbc.lol (mirror of https://git.jbc.lol/jbcrn/wf.jbc.lol which is a mirror of https://codeberg.org/jbcarreon123/wf.jbc.lol)
at preproduction 6 lines 127 B view raw
1#!/bin/bash 2#NODE_OPTIONS=--max-old-space-size=8192 3while : 4do 5 ./node_modules/.bin/tsx packages/backend/utils/workers.ts 6done