Hello,
I deployed a misskey instance, but I want to know how to turn off "As this is for development, do not use this in production"
I configured it in /etc/systemd/system/misskey.service:
Environment=NODE_ENV=production
But it doesn't work, any tips? thank you

fix......
NODE_ENV=production npm run build
Most helpful comment
fix......
NODE_ENV=production npm run build