this repo has no description

init

nandi f9c25e10

Waiting for spindle ...
+20
+7
.tangled/workflows/build.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + engine: "nixery" 5 + dependencies: 6 + nixpkgs: 7 + - pnpm
+13
package.json
··· 1 + { 2 + "name": "spin", 3 + "version": "1.0.0", 4 + "description": "", 5 + "main": "index.js", 6 + "scripts": { 7 + "test": "echo \"Error: no test specified\" && exit 1" 8 + }, 9 + "keywords": [], 10 + "author": "", 11 + "license": "ISC", 12 + "packageManager": "pnpm@10.17.1" 13 + }