@quenty/binder
Version:
Utility object to Bind a class to Roblox object, and associated helper methods
25 lines • 460 B
JSON
{
"name": "BinderTest",
"globIgnorePaths": [
"**/.package-lock.json",
"**/.pnpm",
"**/.pnpm-workspace-state-v1.json",
"**/.modules.yaml",
"**/.ignored",
"**/.ignored_*"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$properties": {
"LoadStringEnabled": true
},
"binder": {
"$path": ".."
},
"Script": {
"$path": "scripts/Server"
}
}
}
}