♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
actions
/
app
/
server
/
actions-3.js
actions-3.js
5 lines
71 B
export
async
function
inc
(
value
) {
'use server'
return
value
+
1
}
v2.0.0
/
Go
SIGN IN