Skip to content

Commit

Permalink
Remove nextjs-server-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Nov 30, 2024
1 parent 2e62cc3 commit 86da7b3
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2,947 deletions.
3 changes: 2 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const avaConfig = {
timeout: "90s",
files: ["src/**/*.test.ts"],
extensions: ["ts"],
require: ["@esbuild-kit/cjs-loader"],
require: ["tsx"],
nodeArguments: ["--no-warnings"],
watchMode: {
ignoreChanges: ["**/.next/**"],
},
Expand Down
Loading

0 comments on commit 86da7b3

Please sign in to comment.