Rewrote turborepo. Hopefully this is a bit more clean & easy to understand for me.
This commit is contained in:
10
apps/expo/turbo.json
Normal file
10
apps/expo/turbo.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
"interactive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user