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 development 5 lines 121 B view raw
1#!/bin/bash 2#NODE_OPTIONS=--max-old-space-size=8192 3while :; do 4 ./node_modules/.bin/tsx packages/backend/index.ts 5done