basic site

This commit is contained in:
2024-10-18 10:33:48 +02:00
parent 9c84e3985f
commit 9c24a27012
23 changed files with 9007 additions and 1 deletions

12
turbo.json Normal file
View File

@ -0,0 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"type-check": {}
}
}