From 59f6fa80e062908e14d955694623ac25d1a108b1 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Wed, 30 Jul 2025 23:30:54 -0400 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 327b2bc..44f6276 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ build: pnpm install pnpm run build -deploy: +start: pnpm run start \ No newline at end of file