Skip to content

Commit 2f5c5c6

Browse files
committed
feat(pwa): ✨ PWA working
RustedLessPass#29
1 parent a9554df commit 2f5c5c6

20 files changed

+187
-9
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"conventionalCommits.scopes": [
66
"tauri",
77
"pages",
8-
"actions"
8+
"actions",
9+
"pwa"
910
]
1011
}

Trunk.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build]
22
target = "./index.html"
3+
filehash = false
34

45
[watch]
56
ignore = ["./src-tauri"]
@@ -8,4 +9,4 @@ ignore = ["./src-tauri"]
89
address = "0.0.0.0"
910
port = 1420
1011
open = false
11-
ws_protocol = "ws"
12+
ws_protocol = "ws"

assets/favicon.icns

-256 KB
Binary file not shown.

assets/favicon.ico

-63.8 KB
Binary file not shown.

assets/favicon.png

-62.4 KB
Binary file not shown.

assets/icons/favicon-512px.png

124 KB
Loading

assets/icons/maskable_icon.png

203 KB
Loading
11.6 KB
Loading
23.9 KB
Loading
81.7 KB
Loading

0 commit comments

Comments
 (0)