11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"dev": {
|
|
"persistent": true,
|
|
"interactive": true
|
|
}
|
|
}
|
|
}
|