tangled
alpha
login
or
join now
besaid.zone
/
create-atproto-app
2
fork
atom
A CLI for scaffolding ATProto web applications
2
fork
atom
overview
issues
pulls
pipelines
fix: possible fix for directory not found error
besaid.zone
1 month ago
7ccddf64
c8be1849
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
45s
typecheck.yml
success
44s
+8
-3
2 changed files
expand all
collapse all
unified
split
.changeset
nice-showers-carry.md
package.json
+5
.changeset/nice-showers-carry.md
reviewed
···
1
1
+
---
2
2
+
"@nulfrost/create-atproto-app": patch
3
3
+
---
4
4
+
5
5
+
fix "directory not found" for templates
+3
-3
package.json
reviewed
···
22
22
},
23
23
"files": [
24
24
"index.js",
25
25
-
"templates/**",
25
25
+
"templates",
26
26
"dist"
27
27
],
28
28
+
"type": "module",
29
29
+
"main": "index.js",
28
30
"publishConfig": {
29
31
"access": "public"
30
32
},
31
31
-
"type": "module",
32
32
-
"main": "index.js",
33
33
"scripts": {
34
34
"dev": "tsx src/index.ts",
35
35
"build": "tsdown",