mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat: Switch from npm to pnpm (#4429)
This commit is contained in:
committed by
GitHub
parent
db163b71b9
commit
736777385c
2
.vscode/settings.default.json
vendored
2
.vscode/settings.default.json
vendored
@@ -4,7 +4,7 @@
|
||||
"search.exclude": {
|
||||
"node_modules": true,
|
||||
"dist": true,
|
||||
"package-lock.json": true
|
||||
"pnpm-lock.yaml": true
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"workspace-default-settings.runOnActivation": true
|
||||
|
||||
Reference in New Issue
Block a user