https://github.com/searchkit/searchkit
Raw File
Tip revision: ef326b008e16464a5f9eb19e0db7f89139c16175 authored by Joseph McElroy on 24 November 2022, 13:17:49 UTC
update documentation
Tip revision: ef326b0
turbo.json
{
  "$schema": "https://turborepo.org/schema.json",
  "pipeline": {
    "test": {
      "outputs": []
    },
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["dist/**", ".next/**"]
    },
    "lint": {
      "outputs": []
    },
    "dev": {
      "cache": false
    }
  }
}
back to top