From 187b1f5a9e738fed1c9b741c9e6755e288c65c8f Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Thu, 22 Jun 2023 01:14:48 -0400 Subject: [PATCH] Add .luarc --- .luarc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..3f38de7 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,3 @@ +{ + "workspace.library": ["nulllib"] +}