fix : resolve pwa bugs

This commit is contained in:
Reza Taghizadeh
2025-10-07 14:41:24 +03:30
parent 20100c8345
commit 875765b87b
47 changed files with 317 additions and 74 deletions

View File

@@ -12,12 +12,13 @@ export default defineConfig({
srcDir: "src",
filename: "sw.js",
registerType: "autoUpdate",
injectRegister: false,
injectRegister: 'auto',
// injectRegister: false,
manifest: {
name: "Salona",
short_name: "Salona",
theme_color: '#000000',
// "background_color": "#96E6B3",
theme_color: 'rgb(171,37,192)',
background_color: "rgb(171,37,192)",
dir: "rtl",
lang: "fa",
description: "Salona is a platform to provide innovative tools to hairdressers and beauty salons.",