From 549fa92f8e4883f88b73a996186808557e830371 Mon Sep 17 00:00:00 2001 From: Marek Zelinka Date: Tue, 23 Jul 2024 19:41:29 +0200 Subject: [PATCH] fix prod --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 42b764c..c92277d 100644 --- a/fly.toml +++ b/fly.toml @@ -9,7 +9,7 @@ primary_region = 'ams' [build] [env] - PORT = 3000 + PORT = "3000" [http_service] internal_port = 3000