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