14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "!.next/cache/**", "next-env.d.ts"]
|
|
},
|
|
"dev": {
|
|
"persistent": true
|
|
}
|
|
}
|
|
}
|