Skip to content

Commit

Permalink
chore(movies): update to nx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Oct 19, 2024
1 parent db51088 commit 05faac2
Show file tree
Hide file tree
Showing 5 changed files with 1,282 additions and 33,473 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {getJestProjects} from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
334 changes: 0 additions & 334 deletions migrations.json

This file was deleted.

3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"style": "css"
}
},
"useInferencePlugins": false
"useInferencePlugins": false,
"useLegacyCache": true
}
Loading

0 comments on commit 05faac2

Please sign in to comment.