diff --git a/entrypoint-dev.sh b/entrypoint-dev.sh index e75b3a3c..9a742611 100644 --- a/entrypoint-dev.sh +++ b/entrypoint-dev.sh @@ -6,6 +6,7 @@ folder_paths=" ./storage/app/fonts ./storage/app/images/book_images ./storage/app/public + ./storage/app/temp ./storage/framework/cache/data ./storage/framework/sessions ./storage/framework/testing diff --git a/entrypoint.sh b/entrypoint.sh index e73c820f..396b85d8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ folder_paths=" ./storage/app/fonts ./storage/app/images/book_images ./storage/app/public + ./storage/app/temp ./storage/framework/cache/data ./storage/framework/sessions ./storage/framework/testing diff --git a/resources/js/components/Home/PatchNotes.vue b/resources/js/components/Home/PatchNotes.vue index b2fd9eb2..ebf6915e 100644 --- a/resources/js/components/Home/PatchNotes.vue +++ b/resources/js/components/Home/PatchNotes.vue @@ -12,6 +12,9 @@