From 87b8104dc6a1b2ffeb4aa92f8b1301495768db82 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 4 Jan 2026 02:02:05 -0800 Subject: Rename “Phel Web Skeleton” to “Lezer” --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 92e0753..08b8025 100644 --- a/public/index.php +++ b/public/index.php @@ -12,6 +12,6 @@ $appFile = $projectRootDir . "/out/index.php"; if (file_exists($appFile)) { require_once $appFile; } else { - Phel::run($projectRootDir, 'web-skeleton\app'); + Phel::run($projectRootDir, 'lezer\app'); } -- cgit v1.3-2-g0d8e