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'