From 4f71670212ebad42fcb2041dc14e8606106a69ef Mon Sep 17 00:00:00 2001 From: Enguerrand Ozano Date: Sat, 28 Feb 2026 14:48:32 +0100 Subject: [PATCH] fix: node 20 + npm install for tailwind v4 --- .nvmrc | 1 + nixpacks.toml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .nvmrc create mode 100644 nixpacks.toml diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..209e3ef --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..51eafcc --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.install] +cmds = ["npm install"]