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

nixery sucks

Changed files
+1 -1
.tangled
-1
.tangled/workflows/deploy-wisp.yml
··· 42 42 43 43 - name: 'Deploy to Wisp.place' 44 44 command: | 45 - echo 46 45 ./cli/target/release/wisp-cli \ 47 46 "$WISP_HANDLE" \ 48 47 --path "$SITE_PATH" \
+1
.tangled/workflows/test.yml
··· 17 17 18 18 # have to regenerate otherwise it wont install necessary dependencies to run 19 19 rm -rf bun.lock package-lock.json 20 + bun install @oven/bun-linux-aarch64 20 21 bun install 21 22 22 23 - name: run all tests