chore: restore .gitignore and vitest.config.ts, regenerate pnpm-lock.yaml
This commit is contained in:
parent
14adde06e0
commit
7bddc91836
4
.gitignore
vendored
4
.gitignore
vendored
@ -71,7 +71,3 @@ USER.md
|
||||
|
||||
# local tooling
|
||||
.serena/
|
||||
|
||||
# RingCentral credentials (never commit)
|
||||
rc-credentials.json
|
||||
*-credentials.json
|
||||
|
||||
1
pnpm-lock.yaml
generated
1
pnpm-lock.yaml
generated
@ -5249,6 +5249,7 @@ packages:
|
||||
tar@7.5.4:
|
||||
resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==}
|
||||
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:
|
||||
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
||||
|
||||
@ -13,7 +13,6 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"clawdbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"),
|
||||
"moltbot/plugin-sdk": path.join(repoRoot, "src", "plugin-sdk", "index.ts"),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user