From c728019f04289c0284349ed8f0238f6817414612 Mon Sep 17 00:00:00 2001 From: UltraLionFr Date: Sun, 7 Dec 2025 00:06:47 +0100 Subject: [PATCH] feat: Ajout de nixpacks.toml --- nixpacks.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..38bec47 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs_20", "pnpm"] \ No newline at end of file