supermemory/apps/desktop/turbo.json
Sreeram Sreedhar 6a4d59ccf5 initial commit
2026-06-21 22:13:57 -07:00

14 lines
215 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["out/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}