turbo.json 206 B

12345678910
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "extends": ["//"],
  4. "tasks": {
  5. "build": {
  6. "outputs": [".next/**"],
  7. "inputs": ["src/**", "package.json", "tsconfig.json", "next.config.ts"]
  8. }
  9. }
  10. }