Commit 4070eaf4 authored by wmvm's avatar wmvm

update readme

parent 1c52b7f4
Pipeline #424 canceled with stages
node_modules node_modules
src/config/config.prod.js config/config.prod.js
.idea .idea
......
...@@ -2,7 +2,7 @@ import express, { Request, Response, NextFunction } from 'express'; ...@@ -2,7 +2,7 @@ import express, { Request, Response, NextFunction } from 'express';
import errorHandler from 'errorhandler'; import errorHandler from 'errorhandler';
import morgan from 'morgan'; import morgan from 'morgan';
import { logger, expressSetting } from '@broker/nodejs_common'; import { logger, expressSetting } from '@broker/nodejs_common';
import appConfig from "./src/config"; import appConfig from "./config";
import { apiRouterV1 } from "./src/router/v1"; import { apiRouterV1 } from "./src/router/v1";
const app = express(); const app = express();
......
// ts 库 // ts 库
// ts 的 dao 代码在 @broker/nodejs_dao 的 ts 分支上
import { user } from "@broker/nodejs_dao_next"; import { user } from "@broker/nodejs_dao_next";
// 可以直接引用原有 js 封装的工具, 但是目前 js 的库没有类型提示 // 可以直接引用原有 js 封装的工具, 但是目前 js 的库没有类型提示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment