aboutsummaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-03-31 13:23:27 -0500
committeramelia squires <[email protected]>2025-03-31 13:23:27 -0500
commit1e5025a1631bac15e69d3ef0feff78fc1f705354 (patch)
tree4d51846cbbe78846087052687c94db415fb0ae26 /.luarc.json
parent876e28e4dc4a6f2c19dc2523f5db78fa6e4a16a9 (diff)
library configuration
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
new file mode 100644
index 0000000..9a9455c
--- /dev/null
+++ b/.luarc.json
@@ -0,0 +1,5 @@
+{
+ "workspace.library" : [
+ "lullaby/library",
+ ]
+}