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.
2 parents 651abbf + 955f54c commit 33e7d95Copy full SHA for 33e7d95
.assets/theme_enigma.sh
@@ -49,4 +49,17 @@ wget https://anonymfile.com/eAlp/enigma-v39.zip
49
50
### EXTRACT SELECTED FILE ###
51
52
-unzip enigma-v39.zip app net public ressources -d /var/www/pterodactyl/
+unzip enigma-v39.zip app net public ressources nullforums.yml tailwind.config.js -d /var/www/pterodactyl/
53
+
54
+########################################## BUILD ########################################################
55
56
+### APPLIQUER ###
57
58
+cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
59
60
+## Installation cross-env
61
+yarn add cross-env
62
63
+### BUILD ###
64
65
+yarn build:production
0 commit comments