Skip to content

Commit a41f10f

Browse files
committed
chore: fix docs icon
1 parent a9c940d commit a41f10f

4 files changed

Lines changed: 62 additions & 51 deletions

File tree

Lines changed: 25 additions & 5 deletions
Loading
Lines changed: 10 additions & 15 deletions
Loading

apps/www/src/app/icon.svg

Lines changed: 10 additions & 15 deletions
Loading

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"name": "@steambrew/web",
3-
"version": "1.0.0",
4-
"author": "SteamClientHomebrew",
5-
"license": "MIT",
6-
"private": true,
7-
"packageManager": "bun@1.3.13",
8-
"scripts": {
9-
"install:all": "cd apps/www && bun install && cd ../docs && bun install",
10-
"dev": "(cd apps/www && bun run dev) & (cd apps/docs && bun run dev) & wait",
11-
"build": "cd apps/www && bun run build && cd ../../apps/docs && bun run build"
12-
},
13-
"trustedDependencies": [
14-
"esbuild",
15-
"protobufjs",
16-
"re2"
17-
]
2+
"name": "@steambrew/web",
3+
"version": "1.0.0",
4+
"author": "SteamClientHomebrew",
5+
"license": "MIT",
6+
"private": true,
7+
"packageManager": "bun@1.3.13",
8+
"scripts": {
9+
"install:all": "cd apps/www && bun install && cd ../docs && bun install",
10+
"dev": "(cd apps/www && bun run dev)",
11+
"docs": "(cd apps/docs && bun run dev)",
12+
"build": "cd apps/www && bun run build && cd ../../apps/docs && bun run build"
13+
},
14+
"trustedDependencies": [
15+
"esbuild",
16+
"protobufjs",
17+
"re2"
18+
]
1819
}

0 commit comments

Comments
 (0)