From b755355818b464671a9fe757a0ceea4ecb035ab1 Mon Sep 17 00:00:00 2001 From: DarDarBinks Date: Mon, 27 Oct 2025 22:13:45 +0000 Subject: [PATCH] Delete nixpacks.toml --- nixpacks.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nixpacks.toml diff --git a/nixpacks.toml b/nixpacks.toml deleted file mode 100644 index 31a114b..0000000 --- a/nixpacks.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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