fix: restore Packages mapping in project file

This commit is contained in:
2026-02-19 17:48:13 -05:00
parent 35a52d9a8e
commit 6c620f3a0c
+4 -1
View File
@@ -1,6 +1,9 @@
{ {
"name": "filoxen-luau", "name": "filoxen-luau",
"tree": { "tree": {
"$path": "src" "$path": "src",
"Packages": {
"$path": "Packages"
}
} }
} }