Aplikacja kelnera jako PWA

This commit is contained in:
2026-06-20 15:11:49 +02:00
parent 99bb83702a
commit 83ea4184b4
10 changed files with 210 additions and 9 deletions

9
public/waiter/.htaccess Normal file
View File

@@ -0,0 +1,9 @@
<IfModule mod_mime.c>
AddType application/manifest+json .webmanifest
</IfModule>
<IfModule mod_headers.c>
<FilesMatch "^(index\.php|manifest\.webmanifest|sw\.js)$">
Header set Cache-Control "no-cache"
</FilesMatch>
</IfModule>