Implement project + remove useless config

This commit is contained in:
2025-04-02 17:16:54 +02:00
parent 3422412bbf
commit 34d1506483
18 changed files with 502 additions and 70 deletions

View File

@@ -332,14 +332,17 @@ return [
'@thatopen/components' => [
'version' => '2.4.5',
],
'three' => [
'version' => '0.160.1',
],
'@thatopen/components-front' => [
'version' => '2.4.4',
'version' => '2.4.5',
],
'bootstrap-icons/font/bootstrap-icons.min.css' => [
'version' => '1.11.3',
'type' => 'css',
],
],
'three' => [
'version' => '0.160.1',
],
'@hotwired/turbo' => [
'version' => '7.3.0',
],
];