cleanup warehousestocktake progressive web app

This commit is contained in:
Luca Haid
2026-02-02 10:17:52 +01:00
parent 042e2112f0
commit 6942aa4de1
10 changed files with 0 additions and 3043 deletions
@@ -1,10 +0,0 @@
<?php
$appConfig = [
'title' => 'Lager Inventur',
'appName' => 'Inventur',
'manifestPath' => '/mobile/warehouse-stocktake/manifest.json',
'appJsPath' => '/mobile/warehouse-stocktake/app.js',
'swPath' => '/mobile/warehouse-stocktake/sw.js',
'additionalStylesheets' => ['/mobile/warehouse-stocktake/app.css'],
];
require __DIR__ . '/Base.php';