diff --git a/nixpacks.toml b/nixpacks.toml index 38f9545..902c5ea 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ [phases.setup] -nixPkgs = ["bun", "nodejs_20", "git"] -includeNode = false -cmds = ["git submodule update --init --recursive"] \ No newline at end of file +nixPkgs = ["bun", "nodejs_22", "git"] +cmds = ["git submodule update --init --recursive --remote"] +includeNode = false \ No newline at end of file diff --git a/package.json b/package.json index 3ae1047..b5ea727 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,13 @@ "name": "@nodebyte/hosting-site", "description": "The official website for NodeByte Hosting.", "license": "GPL-3.0-only", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "build": "next build", "dev": "next dev", "lint": "eslint .", - "start": "next start" + "start": "next start", + "prepare": "husky" }, "dependencies": { "@hookform/resolvers": "^3.10.0",