From e2af7d091a4c9cd152b5470d94b70a3a19b9b176 Mon Sep 17 00:00:00 2001 From: Nick Rogers Date: Wed, 6 Sep 2023 14:40:59 +0930 Subject: [PATCH] feat: add config settings to support PR #72 --- src/config.php | 5 +++++ src/models/Settings.php | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/config.php b/src/config.php index 310b1f1..3a876d9 100755 --- a/src/config.php +++ b/src/config.php @@ -36,6 +36,11 @@ */ 'manifestPath' => '@webroot/dist/manifest.json', + /** + * @var string File system path to the Vite-built assets + */ + 'distPath' => '@webroot/dist/', + /** * @var string The public URL to the dev server (what appears in `