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

attempt 5

+2
+2
.tangled/workflows/deploy-wisp.yml
··· 43 43 cd .. 44 44 - name: Deploy to Wisp.place 45 45 command: | 46 + export PATH="$HOME/.nix-profile/bin:$PATH" 47 + 46 48 bun run ./cli/dist/index.js "$WISP_HANDLE" \ 47 49 --path "$SITE_PATH" \ 48 50 --site "$SITE_NAME" \