lots
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -r ./ ~/temp-lucent
|
||||
cd ~/temp-lucent && npm run build
|
||||
rm -rf ~/temp-lucent/node_modules
|
||||
rm -rf ~/temp-lucent/.git
|
||||
cd ~/
|
||||
zip -r lucent.zip temp-lucent/
|
||||
rm -rf ~/temp-lucent
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
php8.2 artisan serve --port 8197
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
php8.2 ./vendor/bin/phpstan analyse -c phpstan.neon
|
||||
Reference in New Issue
Block a user