first commit

This commit is contained in:
2025-09-14 13:34:16 +02:00
commit 1003e84648
44 changed files with 11479 additions and 0 deletions

16
serve.project.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "roblox-ts-plugin-serve",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"Plugin": {
"$path": "./default.project.json"
}
}
}
}