From daaa039f4ca7b5d057d4f22a7bc256af907bb4d6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 9 May 2024 16:10:06 +0200 Subject: [PATCH] Missing files --- config/preload.php | 5 +++++ importmap.php | 28 ++++++++++++++++++++++++++++ src/Entity/.gitignore | 0 src/Repository/.gitignore | 0 4 files changed, 33 insertions(+) create mode 100644 config/preload.php create mode 100644 importmap.php create mode 100644 src/Entity/.gitignore create mode 100644 src/Repository/.gitignore diff --git a/config/preload.php b/config/preload.php new file mode 100644 index 0000000..5ebcdb2 --- /dev/null +++ b/config/preload.php @@ -0,0 +1,5 @@ + [ + 'path' => './assets/app.js', + 'entrypoint' => true, + ], + '@hotwired/stimulus' => [ + 'version' => '3.2.2', + ], + '@symfony/stimulus-bundle' => [ + 'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js', + ], + '@hotwired/turbo' => [ + 'version' => '7.3.0', + ], +]; diff --git a/src/Entity/.gitignore b/src/Entity/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/src/Repository/.gitignore b/src/Repository/.gitignore new file mode 100644 index 0000000..e69de29