Skip to content

Commit f4b777b

Browse files
feat: add PowerSync icon and reference in index.html
1 parent 8358a27 commit f4b777b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
.env
2+
.env.local
13
.idea
24
node_modules
35
dist
4-
56
.DS_Store
67
.env.local
78
.env

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
5+
<link rel="icon" type="image/png" href="/icons/icon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>PowerSync</title>
88
</head>

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "vite",
88
"build": "tsc -b && vite build",
99
"lint": "eslint .",
10-
"preview": "vite preview"
10+
"preview": "vite preview",
11+
"type-check": "tsc --noEmit"
1112
},
1213
"dependencies": {
1314
"@journeyapps/wa-sqlite": "^1.2.5",
@@ -32,4 +33,4 @@
3233
"typescript-eslint": "^8.34.1",
3334
"vite": "^7.0.0"
3435
}
35-
}
36+
}

public/icons/icon.png

75.1 KB
Loading

0 commit comments

Comments
 (0)