From 1d675caa682ae8143b73eafaee96bd521ddca7b5 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 24 Sep 2023 14:39:35 +0200 Subject: [PATCH] add auto scroll --- Makefile | 2 +- resources/js/pages/App.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4cfcf6f..3142fcb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ deploy: public/build/manifest.json pnpm run build ssh raspigate 'cd /var/www/html/lara-bermite && git pull origin master && make install' - scp -r public/build raspigate:/var/www/html/lara-bermite/public/ + scp -r public raspigate:/var/www/html/lara-bermite/ install: vendor/autoload.php php artisan down diff --git a/resources/js/pages/App.tsx b/resources/js/pages/App.tsx index f2c50f8..b27cd23 100644 --- a/resources/js/pages/App.tsx +++ b/resources/js/pages/App.tsx @@ -4,7 +4,7 @@ import Router from "./Router" const App = () => { - return
+ return