jaysylvester / comitium

Forum software for Node.js
MIT License
0 stars 1 forks source link

Get rid of start-dev.js? #219

Closed jaysylvester closed 2 months ago

jaysylvester commented 11 months ago

citizen now reads NODE_ENV and defaults to production mode for safety. Instead of separate start files, consider adding logic to a single file to handle different environments.

jaysylvester commented 2 months ago

Keeping separate start files for dev and prod is safer and cleaner. Leaving it as is.