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