Exclude routes from build
Answered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Is there a way to exclude routes from build , i have /dashboard route is not ready for production so i want to exclude it from the the build
Answered by averydelusionalperson
AFAIK you can't do that, IG add a middleware which will redirect to under construction page or smthing when NODE_ENV is production
2 Replies
AFAIK you can't do that, IG add a middleware which will redirect to under construction page or smthing when NODE_ENV is production
Answer
something like that