1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00

Merge pull request #21 from YunoHost-Apps/testing

Update _common.sh
This commit is contained in:
eric_G 2024-06-16 12:13:40 +02:00 committed by GitHub
commit f8c0c49186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ { location __PATH__/ {
alias __INSTALL_DIR__/build/; alias __INSTALL_DIR__/dist/;
index index.html; index index.html;

View file

@ -7,8 +7,8 @@
#================================================= #=================================================
# nodejs version # nodejs version
nodejs_version=18 nodejs_version=20
version_commit=94a4b2fb2e2ffad7b2fb04a78257a6dac4e7095a version_commit=fcf9fcea52d1e09d689ed6998d729aa8d08be604
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS