chore: change turbo ui to stream because the other one is unusable (#670)

This commit is contained in:
Meier Lukas
2024-06-15 22:47:31 +02:00
committed by GitHub
parent 8b4cc5b994
commit 25f8564e97

View File

@@ -11,6 +11,7 @@
"AUTH_SECRET", "AUTH_SECRET",
"AUTH_URL" "AUTH_URL"
], ],
"ui": "stream",
"tasks": { "tasks": {
"topo": { "topo": {
"dependsOn": [ "dependsOn": [
@@ -62,4 +63,4 @@
"cache": false "cache": false
} }
} }
} }