--!nonstrict --[[ @class ServerMain ]] local ServerScriptService = game:GetService("ServerScriptService") local root = ServerScriptService.rx local loader = root:FindFirstChild("LoaderUtils", true).Parent local require = require(loader).bootstrapGame(root) local NevermoreTestRunnerUtils = require("NevermoreTestRunnerUtils") if NevermoreTestRunnerUtils.runTestsIfNeededAsync(root) then return end