Skip to content

Commit b08715a

Browse files
kixelatedclaude
andauthored
Add MoqBoy blog post. (#91)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent abc0bc9 commit b08715a

12 files changed

Lines changed: 210 additions & 26 deletions

File tree

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
PUBLIC_RELAY_URL="http://localhost:4443"
2-
PUBLIC_RELAY_TOKEN=""

.env.production

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
PUBLIC_RELAY_URL="https://cdn.moq.dev"
2-
# Generate with: cargo run --bin moq-token -- --key root.jwk sign --root "demo" --subscribe ""
3-
PUBLIC_RELAY_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsImdldCI6WyIiXSwiZXhwIjpudWxsLCJpYXQiOm51bGx9.6EoN-Y1Ouj35_qV5FokcdcdderrE2navNbYQjJyR2Ac"
42
PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com"

bun.lock

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
interface ImportMetaEnv {
44
readonly PUBLIC_RELAY_URL: string;
5-
readonly PUBLIC_RELAY_TOKEN: string;
65
}
76

87
interface ImportMeta {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"fix": "biome check --write && bun audit fix"
1414
},
1515
"dependencies": {
16-
"@moq/boy": "^0.2.5",
17-
"@moq/publish": "^0.2.4",
18-
"@moq/watch": "^0.2.7",
16+
"@moq/boy": "^0.2.6",
17+
"@moq/publish": "^0.2.5",
18+
"@moq/watch": "^0.2.8",
1919
"astro": "^5.18.1",
2020
"highlight.js": "^11.11.1",
2121
"solid-js": "^1.9.12",

public/blog/moq-boy/bren.png

272 KB
Loading

public/blog/moq-boy/bren2.png

393 KB
Loading

public/blog/moq-boy/moqboy.png

155 KB
Loading

public/blog/moq-boy/pub1.png

199 KB
Loading

public/blog/moq-boy/pub2.png

169 KB
Loading

0 commit comments

Comments
 (0)