New webpack folder structure

This commit is contained in:
2023-11-19 18:11:51 +01:00
parent 0b66879a89
commit a9f8601384
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class Mask extends PhpObject
private $oLang;
private $sTimezone;
const MASK_FOLDER = 'masks/';
const MASK_FOLDER = '../src/masks/';
const MASK_EXT = '.html';
const START_TAG = 'START';
const END_TAG = 'END';