From 574d6d24ea84bce969b52d059330c8d5ebcc00b6 Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 3 Feb 2026 22:22:27 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20nixpacks.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixpacks.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..6d2ceb3 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.install] +cmds = ["npm ci --omit=dev"] + +[start] +cmd = "npm run start" \ No newline at end of file