A CLI for scaffolding ATProto web applications

fix: possible fix for directory not found error

besaid.zone 7ccddf64 c8be1849

verified
+8 -3
+5
.changeset/nice-showers-carry.md
··· 1 + --- 2 + "@nulfrost/create-atproto-app": patch 3 + --- 4 + 5 + fix "directory not found" for templates
+3 -3
package.json
··· 22 22 }, 23 23 "files": [ 24 24 "index.js", 25 - "templates/**", 25 + "templates", 26 26 "dist" 27 27 ], 28 + "type": "module", 29 + "main": "index.js", 28 30 "publishConfig": { 29 31 "access": "public" 30 32 }, 31 - "type": "module", 32 - "main": "index.js", 33 33 "scripts": { 34 34 "dev": "tsx src/index.ts", 35 35 "build": "tsdown",