#!/bin/bash
export NODE_ENV=production

# Just launch local Electron app
/usr/bin/electron /usr/lib/node_modules/tuxedo-control-center "$@"
