fix: add nixpacks.toml and .npmrc to reduce build memory usage

This commit is contained in:
Nik (Claude)
2026-06-16 22:41:19 +03:00
parent d4b3650de3
commit fb9b4b4ecc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
[phases.build]
cmds = ["npm run build"]
[start]
cmd = "npm start"