From ee3eddc6b80565f6bb458a1fd8f3a83fdd37d554 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 23 Oct 2025 01:30:22 +0300 Subject: Fix large file upload --- build-server.hxml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'build-server.hxml') diff --git a/build-server.hxml b/build-server.hxml index 8d4f8b4..f326f84 100644 --- a/build-server.hxml +++ b/build-server.hxml @@ -1,15 +1,13 @@ --library hxnodejs ---library hxnodejs-ws +--library hxnodejs-ws:git:https://github.com/haxe-externs/hxnodejs-ws.git --library json2object:git:https://github.com/RblSb/json2object.git#nightly_safe_macros ---library ytdlp-nodejs:git:https://github.com/RblSb/ytdlp-nodejs-externs.git +--library ytdlp-nodejs:git:https://github.com/haxe-externs/ytdlp-nodejs-externs.git # Client libs for completion ---library youtubeIFramePlayer:git:https://github.com/okawa-h/youtubeIFramePlayer-externs.git +--library youtubeIFramePlayer:git:https://github.com/haxe-externs/youtubeIFramePlayer-externs.git --library hls.js-extern:git:https://github.com/zoldesi-andor/hls.js-haxe-extern.git --library utest --class-path src --main server.Main -D analyzer-optimize -# -w -WDeprecatedEnumAbstract --w -WDeprecated --dce full --js build/server.js -- cgit v1.2.3