diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..a952851 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,8 @@ +[phases.build] +cmds = ["npm run build"] + +[phases.start] +cmds = ["npm run start"] + +[variables] +NODE_VERSION = "20"