Investigate how builds are currently handled in the wzrd.in service. Look at the existing build process in the codebase, likely in the main server file. Determine where to store build times (e.g., in a database or log). Consider the schema for build times (e.g., start time, end time, duration). This is a prerequisite for issue #62, so ensure the stored times are accessible for that future issue.
Store build times · browserify/wzrd.in#66 | Good First Issue