Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[phases.setup]
nixPkgs = ["bun", "nodejs_20", "git"]
includeNode = false
cmds = ["git submodule update --init --recursive"]
nixPkgs = ["bun", "nodejs_22", "git"]
cmds = ["git submodule update --init --recursive --remote"]
includeNode = false
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down