From 83270693e86f71b8cba176910be33f3babc6d68f Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 5 Aug 2026 12:18:44 +0000 Subject: [PATCH] =?UTF-8?q?For=C3=A7ar=20Node=2023=20no=20nixpacks=20e=20c?= =?UTF-8?q?orrigir=20vers=C3=A3o=20do=20Vite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixpacks.toml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..1110b2b --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,2 @@ +[phases.setup] +nixPkgs = ["nodejs_23", "npm"] diff --git a/package.json b/package.json index aa9ee62..ce2e905 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "@vitejs/plugin-react": "^6.0.4", "oxlint": "^1.75.0", "typescript": "~6.0.2", - "vite": "^8.2.0" + "vite": "^6.0.0" } }