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

attempt 6

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