mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
chore: Update node popularity data (#24145)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Declan Carroll <declan@n8n.io>
This commit is contained in:
parent
116b245230
commit
fd27713cac
4 changed files with 3977 additions and 3974 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +1,6 @@
|
|||
import { defineWorkspace } from 'vitest/config';
|
||||
|
||||
export default defineWorkspace(['packages/**/vite.config.{js,ts,mjs,mts}', 'packages/**/vitest.config.{js,ts,mjs,mts}']);
|
||||
export default defineWorkspace([
|
||||
'packages/**/vite.config.{js,ts,mjs,mts}',
|
||||
'packages/**/vitest.config.{js,ts,mjs,mts}',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue