HealAvatar / nixpacks.toml
Jawad Ali Yousafzai
done
20c8fc2
Raw
History Blame Contribute Delete
248 Bytes
[phases.setup]
nixPkgs = ["nodejs", "python3", "python3Packages.pip"]
[phases.install]
cmds = ["cd apps/backend && npm install"]
[phases.build]
cmds = ["cd apps/backend && pip install edge-tts"]
[start]
cmd = "cd apps/backend && node server.js"