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
···
- name: 'Deploy to Wisp.place'
command: |
-
echo
./cli/target/release/wisp-cli \
"$WISP_HANDLE" \
--path "$SITE_PATH" \
+1
.tangled/workflows/test.yml
···
# have to regenerate otherwise it wont install necessary dependencies to run
rm -rf bun.lock package-lock.json
+
bun install @oven/bun-linux-aarch64
bun install
- name: run all tests