From fb9b4b4eccd3d851a20695ddbefac4bb67394e56 Mon Sep 17 00:00:00 2001 From: "Nik (Claude)" Date: Tue, 16 Jun 2026 22:41:19 +0300 Subject: [PATCH] fix: add nixpacks.toml and .npmrc to reduce build memory usage --- .npmrc | 2 +- nixpacks.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 nixpacks.toml diff --git a/.npmrc b/.npmrc index a629ac7..7070fef 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -prefix= +max-old-space-size=512 diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..014fdc6 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.build] +cmds = ["npm run build"] + +[start] +cmd = "npm start"