Skip to content

Commit

Permalink
feat: ✨ nixpacks config file
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Jul 11, 2024
1 parent 52bdb98 commit 3633311
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bot/nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# nixpacks.toml

# Specify the version of Node.js you want to use
[NODE]
version = "20" # replace with your desired Node.js version

# Custom build pack configuration
[build]
commands = [
"npm install -g pnpm", # Install pnpm globally
"pnpm install" # Install project dependencies using pnpm
]

# Optionally specify environment variables
[env]
NIXPACKS_NODE_VERSION = "20" # replace with your desired Node.js version

0 comments on commit 3633311

Please sign in to comment.