fix: use node-modules linker (#87)

This commit is contained in:
2025-07-14 02:57:01 +03:00
committed by GitHub
parent 1913e9a043
commit 068bcad08b
7 changed files with 28 additions and 1 deletions

5
.gitignore vendored
View File

@@ -28,3 +28,8 @@ coverage
*.sw?
*.tsbuildinfo
# Yarn
.yarn/
yarn.lock
.pnp.*