diff options
| author | amelia squires <[email protected]> | 2025-03-31 13:23:27 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-03-31 13:23:27 -0500 |
| commit | 1e5025a1631bac15e69d3ef0feff78fc1f705354 (patch) | |
| tree | 4d51846cbbe78846087052687c94db415fb0ae26 | |
| parent | 876e28e4dc4a6f2c19dc2523f5db78fa6e4a16a9 (diff) | |
library configuration
| -rw-r--r-- | .luarc.json | 5 |
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", + ] +} |
