Move safe-chain package to packages/safe-chain

This commit is contained in:
Sander Declerck 2025-09-05 11:19:37 +02:00
parent fc9a9ca129
commit 7673d32912
No known key found for this signature in database
68 changed files with 85 additions and 52 deletions

View file

@ -22,5 +22,5 @@ export default defineConfig([
},
rules: {},
},
globalIgnores(['test/e2e']),
globalIgnores(['test/e2e', 'node_modules']),
]);