-
Notifications
You must be signed in to change notification settings - Fork 3
Cloudflare changes #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a343d42
1adf69d
9692577
0f465fc
4584211
4f1d6f2
6725834
4367f39
9e5303c
bf1c055
03cdb5c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| PUBLIC_RELAY_URL="http://localhost:4443" | ||
| PUBLIC_RELAY_TOKEN="" | ||
| PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| PUBLIC_RELAY_URL="https://relay.moq.dev" | ||
| # Generate with: cargo run --bin moq-token -- --key root.jwk sign --root "demo" --subscribe "" | ||
| PUBLIC_RELAY_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb290IjoiZGVtbyIsImdldCI6WyIiXSwiZXhwIjpudWxsLCJpYXQiOm51bGx9.6EoN-Y1Ouj35_qV5FokcdcdderrE2navNbYQjJyR2Ac" | ||
| PUBLIC_CLOUDFLARE_URL="https://relay.cloudflare.mediaoverquic.com" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,5 +36,8 @@ export default defineConfig({ | |
| "@": "/src", | ||
| }, | ||
| }, | ||
| optimizeDeps: { | ||
| exclude: ["@kixelated/hang"], | ||
| }, | ||
| }, | ||
| }); | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |||||
| "fix": "biome check --write && pnpm audit fix" | ||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@kixelated/hang": "^0.3.9", | ||||||
| "@kixelated/hang": "link:../moq/js/hang", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Local link dependency will break CI/Cloudflare builds.
Recommended revert for main: - "@kixelated/hang": "link:../moq/js/hang",
+ "@kixelated/hang": "^0.3.9",Dev-only options:
📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "astro": "^5.8.2", | ||||||
| "solid-js": "^1.9.7", | ||||||
| "unique-names-generator": "^4.7.1" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Pin Docker images by digest to prevent supply‑chain drift.
Tags are mutable; use immutable digests for deterministic, auditable deploys.
Apply:
📝 Committable suggestion
🤖 Prompt for AI Agents