chore: add nixpacks config
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[phases.setup]
|
||||
nixPkgs = ['nodejs_22', 'pnpm']
|
||||
|
||||
[phases.install]
|
||||
cmds = ['pnpm install']
|
||||
|
||||
[phases.build]
|
||||
cmds = ['pnpm run build']
|
||||
Reference in New Issue
Block a user