Closed jonatasfl closed 3 months ago
I need to configure my Nextjs domain based on stage (staging / production) inside run function in sst.config.js. What the bestway to do that?
run
Thanks!
$app.stage solved my problem!
$app.stage
I need to configure my Nextjs domain based on stage (staging / production) inside
run
function in sst.config.js. What the bestway to do that?Thanks!