nx: Initialize nx (#5235)

* nx: Initialize nx
https://nx.dev/getting-started/adding-to-existing

* fix: Migrator ordering issue for vitest scripts

* nit: trailing newline

* deps: Updated select dependencies to fix Storybook with pnpm

* fix: Add explicit knip entry point for current workspace
...since it's not inferred from the script now.
This commit is contained in:
Alexander Brown
2025-08-27 23:11:03 -07:00
committed by GitHub
parent f3d9f4cffb
commit d0eee738b7
9 changed files with 3273 additions and 1492 deletions

View File

@@ -74,7 +74,7 @@ const config: KnipConfig = {
// Workspace configuration for monorepo-like structure
workspaces: {
'.': {
entry: ['src/main.ts']
entry: ['src/main.ts', 'playwright.i18n.config.ts']
}
}
}