Waiter PWA fixes, and extra feautures. Also added Emergency Mode, search etc

This commit is contained in:
2026-05-02 21:08:53 +03:00
parent 8e27b7666e
commit c9ad78ec71
50 changed files with 4441 additions and 643 deletions

View File

@@ -4,7 +4,7 @@ import { VitePWA } from 'vite-plugin-pwa'
export default defineConfig({
server: {
allowedHosts: 'all',
allowedHosts: ['all','pos-waiter.bonamin.gr'],
},
plugins: [
react(),