chore: restore .gitignore and vitest.config.ts, regenerate pnpm-lock.yaml

This commit is contained in:
John Lin 2026-01-28 18:22:15 +08:00
parent 14adde06e0
commit 7bddc91836
No known key found for this signature in database
3 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -71,7 +71,3 @@ USER.md
# local tooling # local tooling
.serena/ .serena/
# RingCentral credentials (never commit)
rc-credentials.json
*-credentials.json

1
pnpm-lock.yaml generated
View File

@ -5249,6 +5249,7 @@ packages:
tar@7.5.4: tar@7.5.4:
resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==} resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==}
engines: {node: '>=18'} engines: {node: '>=18'}
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me
thenify-all@1.6.0: thenify-all@1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}

View File

@ -13,7 +13,6 @@ export default defineConfig({
resolve: { resolve: {
alias: { alias: {
"clawdbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"), "clawdbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"),
"moltbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"),
}, },
}, },
test: { test: {