diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..5156cef --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,4 @@ +[phases.setup] +nixPkgs = ["bun", "nodejs_22", "git"] +cmds = ["git submodule update --init --recursive --remote"] +includeNode = false