I am trying to deploy next to Firebase functions, and It looks like the .next build directory is ignored by firebase cli.
Firebase cli seems to ignore all hidden files, so I want to use a differently named directory.
The directory seems to be hardcoded in 3 places:
/dist/bin/next-start
/dist/server/build/clean.js
/dist/server/build/index.js