react18-tools/react-mouse-trail

View on GitHub
examples/nextjs/turbo.json

Summary

Maintainability
Test Coverage
{
  "extends": [
    "//"
  ],
  "tasks": {
    "build": {
      "outputs": [
        ".next/**",
        "!.next/cache/**"
      ]
    }
  }
}