aboutsummaryrefslogtreecommitdiff
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
commit9c3eea30aeb3c13b6df2288fbd086756a217a04b (patch)
tree4d51846cbbe78846087052687c94db415fb0ae26
parentb554d73eeabb96f23385b7b093d5609ff6105e99 (diff)
library configuration
-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",
+ ]
+}