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 955f54c commit 82f436bCopy full SHA for 82f436b
.assets/theme_enigma.sh
@@ -53,13 +53,16 @@ unzip enigma-v39.zip app net public ressources nullforums.yml tailwind.config.js
53
54
########################################## BUILD ########################################################
55
56
+## Installation cross-env
57
+yarn add cross-env
58
+
59
+## NPX Installation
60
+npx update-browserslist-db@latest
61
62
### APPLIQUER ###
63
64
cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
65
-## Installation cross-env
-yarn add cross-env
-
66
### BUILD ###
67
68
yarn build:production
0 commit comments