Fix wind index. Add debug logging. Get it working with the http dep

This commit is contained in:
Marlon van der Linde
2023-10-30 16:48:29 +02:00
parent 79814c7f23
commit 829a802ce1
3 changed files with 1374 additions and 44 deletions

View File

@@ -17,6 +17,8 @@
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.5",
"illuminate/http": "^10.0",
"laravel-zero/framework": "^10.0.2",
"nunomaduro/termwind": "^1.15.1"
},