@mir_king/common
Version:
提供开发中常用的工具函数,提升开发效率的库
14 lines (13 loc) • 394 B
JavaScript
import { common } from "./utils/index.js"; // 工具
export const tool = {
...common,
};
// import express from "express";
// var app = express();
// import router from "./routes/index.js";
// app.use(express.static("public"));
// app.use("/", router);
// app.listen(4000, () => {
// console.log("服务已开启!");
// });
// console.log("serve run http://localhost:4000");