1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-06 15:03:08 +00:00

remove node options

This commit is contained in:
CanbiZ 2025-05-06 10:53:10 +02:00 committed by GitHub
parent 8abef0007a
commit 651ee9b5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,6 @@ msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules
msg_info "Installing Fumadocs" msg_info "Installing Fumadocs"
export NODE_OPTIONS="--max-old-space-size=4096"
mkdir -p /opt/fumadocs mkdir -p /opt/fumadocs
cd /opt/fumadocs cd /opt/fumadocs
pnpm create fumadocs-app pnpm create fumadocs-app