feat: Add reusable frontend composables package (#13077)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
Alex Grozav
2025-02-06 12:44:30 +02:00
committed by GitHub
parent df89c6fff4
commit ef87da4c19
49 changed files with 684 additions and 309 deletions

View File

@@ -45,6 +45,7 @@
"@n8n/codemirror-lang#lint",
"@n8n/storybook#lint",
"n8n-cypress#lint",
"@n8n/composables#build",
"n8n-design-system#lint",
"n8n-editor-ui#lint"
]
@@ -77,6 +78,7 @@
"dependsOn": [
"@n8n/chat#test",
"@n8n/codemirror-lang#test",
"@n8n/composables#build",
"n8n-design-system#test",
"n8n-editor-ui#test"
],