fix
Build Project / build (push) Successful in 31s

This commit is contained in:
Kevin
2026-06-28 11:37:12 +02:00
parent b217b33c2d
commit 9cb4909481
12 changed files with 89 additions and 89 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
{
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./build"
},
"references": [{ "path": "./tsconfig.inertia.json" }]
"outDir": "build"
}
}