From ed62c646de22dab5c974ebda25b06948dd6dde51 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 23 Jan 2025 14:17:35 -0800 Subject: [PATCH] Create 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..f91bf18 --- /dev/null +++ b/nixpacks.toml @@ -0,0 +1,11 @@ +[phases.setup] +pkgs = ["bun"] + +[phases.install] +cmds = ["bun install"] + +[phases.build] +cmds = ["bun run build"] + +[start] +cmd = "bun run start" \ No newline at end of file