Use turbo & fix anonymous functions

This commit is contained in:
skidoodle
2022-10-25 19:53:49 +02:00
parent 3d9fde82c8
commit 4d9964623f
9 changed files with 1161 additions and 19 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"pipeline": {
"build": {
"outputs": [".next/**"]
},
"lint": {
"outputs": []
}
}
}