Skip to content

Commit c31a8e6

Browse files
kixelatedclaude
andcommitted
Split staging env and bump @moq deps.
Staging now builds with .env.staging (cdn.moq.wtf relay); live keeps cdn.moq.dev. Bumps @moq/lite to 0.2.3 (Lite04+) to handle u62 origin IDs that overflowed u53. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 79d896d commit c31a8e6

5 files changed

Lines changed: 20 additions & 16 deletions

File tree

File renamed without changes.

.env.staging

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PUBLIC_RELAY_URL="https://cdn.moq.wtf"
2+
PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com"

bun.lock

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

justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ upgrade:
3636
bun outdated
3737

3838
# Build the packages
39-
build:
39+
build mode="live":
4040
bun i
41-
bun astro build
41+
bun astro build --mode {{mode}}
4242

4343
# Deploy the site to Cloudflare Pages
44-
deploy env="staging": build
44+
deploy env="staging": (build env)
4545
bun wrangler deploy --env {{env}}
4646

4747
dev:
@@ -50,5 +50,5 @@ dev:
5050
# Run the web development server
5151
bun astro dev --open
5252

53-
prod: build
53+
prod: (build "live")
5454
bun astro preview --open

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.6",
17-
"@moq/publish": "^0.2.5",
18-
"@moq/watch": "^0.2.8",
16+
"@moq/boy": "^0.2.9",
17+
"@moq/publish": "^0.2.7",
18+
"@moq/watch": "^0.2.11",
1919
"astro": "^5.18.1",
2020
"highlight.js": "^11.11.1",
2121
"solid-js": "^1.9.12",

0 commit comments

Comments
 (0)