From 19e3da18f1b01cdbe88d13272a08ee136f04d572 Mon Sep 17 00:00:00 2001 From: Shni Date: Fri, 10 Oct 2025 02:12:51 -0500 Subject: [PATCH] Remove New Relic license key from package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97f378c..7835049 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "tsc": "tsc", "typecheck": "tsc --noEmit", "seed:minigames": "npx tsx src/game/minigames/seed.ts", - "start:optimize-relic": "NODE_ENV=production ENABLE_MEMORY_OPTIMIZER=true NEW_RELIC_APP_NAME=amayo NEW_RELIC_LICENSE_KEY=85ef833e676ed6ea726e23b3e373397dFFFFNRAL NODE_OPTIONS='--max-old-space-size=512 --expose-gc' npx tsx --experimental-loader=newrelic/esm-loader.mjs src/main.ts" + "start:optimize-relic": "NODE_ENV=production ENABLE_MEMORY_OPTIMIZER=true NEW_RELIC_APP_NAME=amayo NEW_RELIC_LICENSE_KEY= NODE_OPTIONS='--max-old-space-size=512 --expose-gc' npx tsx --experimental-loader=newrelic/esm-loader.mjs src/main.ts" }, "keywords": [], "author": "",