diff options
| author | Remi <6680627+riseremi@users.noreply.github.com> | 2025-04-07 19:58:46 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 17:58:46 +0300 |
| commit | f61717fcc48fe7039cab5e183da29653e445f691 (patch) | |
| tree | b1c03132d9e76554f898b82c02a5987e40388917 /build-server.hxml | |
| parent | f874dcd3de368e7e512ab1c0defdd17bc3026ce5 (diff) | |
Ask to create admin user on fresh install (#62)
* Ask to create admin user on fresh install
* Implement client form submitting
* minimize diff, simplify impl
* Check json typing and clean stuff
---------
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'build-server.hxml')
| -rw-r--r-- | build-server.hxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-server.hxml b/build-server.hxml index fdf77c0..7bc5e6b 100644 --- a/build-server.hxml +++ b/build-server.hxml @@ -1,7 +1,6 @@ --library hxnodejs
--library hxnodejs-ws
---library json2object:git:https://github.com/RblSb/json2object.git
--D junsafe_compiler_cache
+--library json2object:git:https://github.com/RblSb/json2object.git#nightly_safe_macros
# Client libs for completion
--library youtubeIFramePlayer:git:https://github.com/okawa-h/youtubeIFramePlayer-externs.git
--library hls.js-extern:git:https://github.com/zoldesi-andor/hls.js-haxe-extern.git
@@ -9,6 +8,7 @@ --class-path src
--main server.Main
-D analyzer-optimize
--w -WDeprecatedEnumAbstract
+# -w -WDeprecatedEnumAbstract
+-w -WDeprecated
--dce full
--js build/server.js
|
