mew-time
Version:
utils about the time.
11 lines (10 loc) • 335 B
JavaScript
export const PROJECT_PATH = [
{ name: "root", path: "" },
{ name: "source", path: "src" },
{ name: "public", path: "public" },
{ name: "build", path: "build" },
{ name: "dist", path: "dist" },
{ name: "test", path: "test" },
{ name: "docs", path: "docs" },
{ name: "config", path: "setting/config" }
];