Skip to content

Commit

Permalink
Add localtunnel
Browse files Browse the repository at this point in the history
towards #1335
  • Loading branch information
SchahinRohani committed Sep 9, 2024
1 parent cbb5835 commit cd0c475
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file modified docs/bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"deploy": "deployctl deploy --include=./dist --entrypoint=./dist/server/entry.mjs --save-config",
"staging": "bun setup && bun docs && bun run build && bun run deploy",
"prod": "bun setup && bun docs && bun run build && bun run deploy --prod",
"setup": "bun install && bun run deno install -Arf jsr:@deno/[email protected]"
"setup": "bun install && bun run deno install -Arf jsr:@deno/[email protected]",
"expose.dev": "concurrently --kill-others --names \"server,tunnel\" \"bun dev\" \"wait-on http://localhost:4321 && bunx lt -p 4321\"",
"expose.preview": "concurrently --kill-others --names \"server,tunnel\" \"bun preview\" \"wait-on http://localhost:8881 && bunx lt -p 8881\"",
"public.ip": "curl ifconfig.me"
},
"dependencies": {
"@astrojs/check": "0.9.3",
Expand All @@ -43,9 +46,11 @@
"@biomejs/biome": "^1.8.1",
"@lorenzo_lewis/starlight-utils": "^0.1.1",
"@types/bun": "latest",
"concurrently": "^8.2.2",
"rehype-autolink-headings": "^7.1.0",
"remark": "^15.0.1",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"wait-on": "^8.0.0"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
pkgs.nodejs_22 # For pagefind search
pkgs.playwright-driver
pkgs.playwright-test
pkgs.nodePackages_latest.localtunnel

# Additional tools from within our development environment.
local-image-test
Expand Down

0 comments on commit cd0c475

Please sign in to comment.