fix: install plugins via direct Gitea tarball URLs (core deps from npmjs)
Some checks failed
build-and-publish / build-test (push) Failing after 20s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-26 23:06:25 +07:00
parent 81159a22e8
commit f686c1413c
5 changed files with 95 additions and 63 deletions

14
.gitignore vendored
View File

@@ -3,4 +3,16 @@ lib/
*.tsbuildinfo
*.tgz
.unpublished
dist/
dist/
# Local caches and scratch (never commit)
.npm-cache/
.pnpm-cache/
.pack-check/
.publish-tmp/
.test-dsh/
iso-install/
iso-install2/
e2e-dsh/
*.log
pnpm-debug.log*