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 | 9c3eea30aeb3c13b6df2288fbd086756a217a04b (patch) | |
| tree | 4d51846cbbe78846087052687c94db415fb0ae26 | |
| parent | b554d73eeabb96f23385b7b093d5609ff6105e99 (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", + ] +} |
