How do you export server actions from an external library?
This is my file structure:
lib/
src/
server-actions.ts
index.ts
custom-provider.tsx
playground
(contains nextjs app)
How do i import the server-actions from lib to my nextjs playground ? It seems like normal import/export doesn't work for 'use server'.