From 32a549147265f1858169778e337de31a6ae88620 Mon Sep 17 00:00:00 2001 From: Hion-V Date: Sat, 4 Jun 2022 09:26:59 +0200 Subject: [PATCH] added lix haxerc --- api/.haxerc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 api/.haxerc diff --git a/api/.haxerc b/api/.haxerc new file mode 100644 index 0000000..7140546 --- /dev/null +++ b/api/.haxerc @@ -0,0 +1,4 @@ +{ + "version": "4.2.5", + "resolveLibs": "scoped" +} \ No newline at end of file