♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
cache-components
/
app
/
server-action
/
action.ts
action.ts
6 lines
77 B
'use server'
export
async
function
action
(
value
:
string
) {
return
value
}
v2.0.0
/
Go
SIGN IN