diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..6d2ceb3 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,5 @@ +[phases.install] +cmds = ["npm ci --omit=dev"] + +[start] +cmd = "npm run start" \ No newline at end of file