♫
📌 canary ▾
next.js
/
test
/
e2e
/
middleware-general
/
app
/
lib
/
some-data.js
some-data.js
6 lines
83 B
import
'server-only'
export
async
function
getSomeData
() {
return
'some data'
}
v2.0.0
/
Go
SIGN IN