♫
📌 canary ▾
next.js
/
test
/
integration
/
telemetry
/
next.config.adapter-path
next.config.adapter-path
6 lines
102 B
const path = require('path')
module.exports = {
adapterPath: path.join(__dirname, 'adapter.js'),
}
v2.0.0
/
Go
SIGN IN