summaryrefslogtreecommitdiffstats
path: root/phel-config.php
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-01-04 02:02:05 -0800
committerGravatar Tom Willemse2026-01-04 02:02:05 -0800
commit87b8104dc6a1b2ffeb4aa92f8b1301495768db82 (patch)
tree5e122215590b5e54a85867ddfd3aea28a476ff2d /phel-config.php
parent96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 (diff)
downloadlezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.tar.gz
lezer-87b8104dc6a1b2ffeb4aa92f8b1301495768db82.zip
Rename “Phel Web Skeleton” to “Lezer”
Diffstat (limited to 'phel-config.php')
-rw-r--r--phel-config.php4
1 files changed, 2 insertions, 2 deletions
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'])
;