turbo.json 196 B

1234567891011
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "extends": ["//"],
  4. "tasks": {
  5. "example-relay": {
  6. "dependsOn": ["build"],
  7. "cache": false,
  8. "env": ["SUI_KEY"]
  9. }
  10. }
  11. }