From 837882395c89bd70791ac04e287ac98168140ce5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 19 Mar 2026 21:24:38 +0100 Subject: [PATCH] fix: serve dist folder as static site Co-Authored-By: Claude Sonnet 4.6 --- nixpacks.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixpacks.toml b/nixpacks.toml index 1ee4b64..29dbb37 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -3,3 +3,6 @@ NIXPACKS_NODE_VERSION = "24" [phases.setup] nixPkgs = ["pnpm"] + +[start] +cmd = "npx serve dist"