/** * Shared code between client and server * Useful to share types between client and server * and/or small pure JS functions that can be used on both client and server */ // Demo API types removed - application running in production mode