We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced0b17 commit be7e5b4Copy full SHA for be7e5b4
scripts/direct/install.bat
@@ -1,10 +1,3 @@
1
-@REM First installation of apps
2
-
3
-@REM ~~~~~~~~ Laravel App ~~~~~~~~
4
5
-@REM go to backend folder
6
-cd ../../
7
8
@REM install PHP packges
9
CALL composer install
10
@@ -18,5 +11,4 @@ CALL php artisan storage:link
18
11
CALL npm i -s
19
12
20
13
@REM run build scripts
21
-CALL npm run build
22
-CALL npm run prod
14
+CALL npm run vite:build
scripts/direct/install.sh
-# First installation of apps
-# ~~~~~~~~ Laravel App ~~~~~~~~
-# go to backend folder
# install PHP packges
composer install
@@ -18,5 +11,4 @@ php artisan storage:link
npm i -s
# run build script
-npm run build
-npm run prod
+npm run vite:build
0 commit comments