https://github.com/searchkit/searchkit
Raw File
Tip revision: a2b9df68a9e460992dd594fcc2c344c73d228c72 authored by Joseph McElroy on 30 March 2024, 19:59:20 UTC
4.11.2 release
Tip revision: a2b9df6
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