From b85e0e3765a44d42d7efb683c77ec707188250cc Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 4 May 2025 14:44:04 +0200 Subject: [PATCH] Add luarc.json --- .luarc.json | 7 +++++++ sync.yml | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..fe19654 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,7 @@ +{ + "workspace": { + "library": [ + "./Meta" + ] + } +} diff --git a/sync.yml b/sync.yml index 26441fd..7e499d6 100644 --- a/sync.yml +++ b/sync.yml @@ -1,3 +1,6 @@ - source: stylua.toml target: ../stylua.toml delete: true +- source: .luarc.json + target: ../.luarc.json + delete: true