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” --- phel-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phel-config.php') diff --git a/phel-config.php b/phel-config.php index 779f65c..504ab23 100644 --- a/phel-config.php +++ b/phel-config.php @@ -13,12 +13,12 @@ return (new PhelConfig()) ->setKeepGeneratedTempFiles(false) ->setFormatDirs(['src', 'tests']) ->setBuildConfig((new PhelBuildConfig()) - ->setMainPhelNamespace('web-skeleton\app') + ->setMainPhelNamespace('lezer\app') ->setMainPhpPath('out/index.php')) ->setExportConfig((new PhelExportConfig()) ->setFromDirectories(['src/phel']) ->setNamespacePrefix('PhelGenerated') ->setTargetDirectory('src/PhelGenerated')) ->setIgnoreWhenBuilding(['local.phel']) - ->setNoCacheWhenBuilding(['web_skeleton/app']) + ->setNoCacheWhenBuilding(['lezer/app']) ; -- cgit v1.3-2-g0d8e