diff --git a/nixpacks.toml b/nixpacks.toml index 424316e..70198fb 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,3 +2,6 @@ providers = ["node"] [phases.setup] nixPkgs = ["nodejs_22", "npm-9_x"] + +[start] +cmd = "npm run start"