From 0578ae10245dca5fe2a141b3aef80575c24b7246 Mon Sep 17 00:00:00 2001 From: Amitai Burstein Date: Tue, 13 Aug 2024 21:41:02 +0300 Subject: [PATCH] Try to fix Running the development server --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37ac4d6a7..2a5ad6311 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ use `make console` to load your application together with the framework located ``` ghci -:l IHP/exe/IHP/IDE/DevServer.hs +:l IHP/ihp-ide/exe/IHP/IDE/DevServer.hs main ```