Skip to content

Commit 6c6380d

Browse files
committed
fix: update manifest.json file after changes
1 parent 2e98594 commit 6c6380d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Services/PWAService.php

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ public function createOrUpdate(array $manifest): bool
119119
return false;
120120
}
121121

122+
if (File::exists($filePath)) {
123+
File::delete($filePath);
124+
}
125+
122126
File::put($filePath, $jsonData);
123127

124128
return true;

0 commit comments

Comments
 (0)