From 77db780499543704a322fcbb568789cc417183b8 Mon Sep 17 00:00:00 2001 From: DarDarBinks Date: Mon, 27 Oct 2025 22:08:48 +0000 Subject: [PATCH] Add nixpacks.toml --- nixpacks.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..31a114b --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,11 @@ +[phases.setup] +nixPkgs = ["nodejs_20"] + +[phases.install] +cmds = ["npm ci"] + +[phases.build] +cmds = ["npm run build"] + +[start] +cmd = "npm start" \ No newline at end of file