From f0042e49ec7fa7623b23d42fb70f4b77d1c85232 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sat, 4 Apr 2026 11:15:54 +0200 Subject: [PATCH] =?UTF-8?q?styl=C3=A9=20de=20ouf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/launch.json b/.claude/launch.json index 5f58119..607c168 100644 --- a/.claude/launch.json +++ b/.claude/launch.json @@ -3,8 +3,8 @@ "configurations": [ { "name": "rebours-dev", - "runtimeExecutable": "pnpm", - "runtimeArgs": ["dev"], + "runtimeExecutable": "/Users/arthurbarre/.nvm/versions/node/v25.6.1/bin/node", + "runtimeArgs": ["/Users/arthurbarre/.nvm/versions/node/v25.6.1/bin/pnpm", "dev"], "port": 4321 } ]