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"