quickfix NodeJS - wrong function after merge

This commit is contained in:
CanbiZ
2025-06-23 20:13:34 +02:00
committed by GitHub
parent a8b3244f92
commit 22964f4898

View File

@ -21,7 +21,7 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv
NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules
NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs
PG_VERSION="16" PG_MODULES="postgis" install_postgresql
msg_info "Set up PostgreSQL Database"