Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

test

Changed files
-4
.tangled
workflows
-4
.tangled/workflows/deploy-wisp.yml
··· 30 - name: Build wisp-cli 31 command: | 32 cd cli 33 - 34 - export PATH="$HOME/.nix-profile/bin:$PATH" 35 - 36 nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs 37 38 nix-channel --update ··· 49 - name: Build docs 50 command: | 51 cd docs 52 - export PATH="$HOME/.nix-profile/bin:$PATH" 53 bun install 54 bun run build 55 - name: Deploy to Wisp.place
··· 30 - name: Build wisp-cli 31 command: | 32 cd cli 33 nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs 34 35 nix-channel --update ··· 46 - name: Build docs 47 command: | 48 cd docs 49 bun install 50 bun run build 51 - name: Deploy to Wisp.place