From 26e06766082a1589da202df92c3daf62d0161f48 Mon Sep 17 00:00:00 2001 From: henrik Date: Sun, 22 Dec 2024 21:22:44 +0100 Subject: [PATCH] fix: Changed frontend back to web --- .dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dokku/Procfile b/.dokku/Procfile index 73c3d24..61e9368 100644 --- a/.dokku/Procfile +++ b/.dokku/Procfile @@ -1,2 +1,2 @@ -frontend: /app/pushy/Pushy.dll +web: /app/pushy/Pushy.dll silo: silo/Pushy.Silo.dll \ No newline at end of file