♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
segment-cache
/
basic
/
app
/
with-server-action
/
target-page
/
action.ts
action.ts
6 lines
74 B
'use server'
export
async
function
action
() {
console.
log
(
'Action!'
)
}
v2.0.0
/
Go
SIGN IN