UNPKG

mew-time

Version:
36 lines (32 loc) 629 B
export const DEV = { host: "localhost", port: { livereload: 3000, karma: 9875 }, server: { img: "", data: "", api: "" } }; export const BETA = { host: "localhost", port: { livereload: 3000, karma: 9875 }, server: { img: "", data: "", api: "" } }; export const STAGING = { host: "localhost", port: { livereload: 3000, karma: 9875 }, server: { img: "", data: "", api: "" } }; export const LIVE = { host: "localhost", port: { livereload: 3000, karma: 9875 }, server: { img: "", data: "", api: "" } };