Add nixpacks config

This commit is contained in:
Joaquín Triñanes 2024-10-25 10:05:11 +02:00
parent 86f391e131
commit bc7f2ffcfd
No known key found for this signature in database
GPG Key ID: 6E1446DD451C6BAF

5
nixpacks.toml Normal file
View File

@ -0,0 +1,5 @@
[phases.build]
cmds = ["pnpm prisma generate", "..."]
[start]
cmd = 'pnpm run start:migrate'