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