Skip to content

Commit

Permalink
build: add project file back to test package
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Dec 25, 2024
1 parent df95da2 commit c982672
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions test/default.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "test",
"globIgnorePaths": ["**/package.json", "**/tsconfig.json"],
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"rbxts_include": {
"$path": "include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "node_modules/@rbxts"
}
}
},
"TS": {
"$path": "out/shared"
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"TS": {
"$path": "out/server"
}
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"TS": {
"$path": "out/client"
}
}
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"$path": "out/test"
}
}
}

0 comments on commit c982672

Please sign in to comment.