'use server' export async function myAction() { return { success: true } } export async function anotherAction() { return { result: 'done' } }