🔨 Prepare Auto dev experience.
Some checks failed
CI / Lint (push) Failing after 5m24s

This commit is contained in:
2025-12-10 21:25:56 +01:00
parent 78423da39e
commit 4c2b3141d7
4 changed files with 62 additions and 5 deletions

59
build.project.json Normal file
View File

@@ -0,0 +1,59 @@
{
"name": "roblox-ts-game",
"globIgnorePaths": ["**/package.json", "**/tsconfig.json"],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
"$className": "ServerScriptService",
"TS": {
"$path": "out/server"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"rbxts_include": {
"$path": "include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "node_modules/@rbxts"
},
"@flamework": {
"$path": "node_modules/@flamework"
}
}
},
"TS": {
"$path": "out/shared"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"TS": {
"$path": "out/client"
}
}
},
"Workspace": {
"$className": "Workspace",
"$properties": {
"FilteringEnabled": true
}
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},
"SoundService": {
"$className": "SoundService",
"$properties": {
"RespectFilteringEnabled": true
}
},
"$path": "map.rbxlx"
}
}

View File

@@ -1,9 +1,6 @@
{
"name": "roblox-ts-game",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"globIgnorePaths": ["**/package.json", "**/tsconfig.json"],
"tree": {
"$className": "DataModel",
"ServerScriptService": {
@@ -58,4 +55,4 @@
}
}
}
}
}

BIN
map.rbxl Normal file

Binary file not shown.

View File

@@ -6,3 +6,4 @@
[tools]
darklua = "seaofvoices/darklua@0.17.2"
rojo = "rojo-rbx/rojo@7.6.1"
rbxcloud = "Sleitnick/rbxcloud@0.17.0"