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