From 7a85528eaaae510012c9111c9f3a34dbcaf28cee Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 11:10:38 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..c21eab3 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,9 @@ +# Force npm build commands (prevents Nixpacks from using turbo) +[phases.install] +cmds = ['npm ci'] + +[phases.build] +cmds = ['npm run build'] + +[start] +cmd = 'npm start'