Check if we're in a valid ServerPod project
static bool isInServerPodProject({String? currentPath}) { final project = getProject(currentPath: currentPath); return project?.isValid ?? false; }