1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00
snweb_ynh/scripts/_common.sh
2022-09-28 21:55:43 +02:00

23 lines
617 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies=""
NODEJS_VERSION="16.17.0"
node_max_old_space_size=2048
#=================================================
# PERSONAL HELPERS
#=================================================
#================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================