add nixpacks config and update dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-15 00:16:07 +01:00
parent 85344ef306
commit 025cf4072e
3 changed files with 932 additions and 894 deletions

5
nixpacks.toml Normal file
View File

@@ -0,0 +1,5 @@
[phases.setup]
nixPkgs = ["nodejs_22", "pnpm"]
[phases.build]
cmds = ["pnpm build"]