https://github.com/searchkit/searchkit
Raw File
Tip revision: 09c839230dfb578c5f47b3e4f5a40969c274a845 authored by Joseph McElroy on 24 November 2022, 16:25:29 UTC
update cfw tutorial
Tip revision: 09c8392
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