A CLI for scaffolding ATProto web applications

chore: add publishConfig to package.json

besaid.zone c8be1849 a3ecd695

verified
+3
+3
package.json
··· 25 25 "templates/**", 26 26 "dist" 27 27 ], 28 + "publishConfig": { 29 + "access": "public" 30 + }, 28 31 "type": "module", 29 32 "main": "index.js", 30 33 "scripts": {