public static async compile(projectId: string): Promise<void> {
        await CocoonAPI.request({
            method: "POST",
            url: APIURL.COMPILE(projectId),
        });