/* * This file contains constants which are shared between more than one sub-module * e.g. values required by both the server and admin-ui. */ export const API_PORT = 3000; export const API_PATH = 'api';