certd/packages/ui/certd-server
xiaojunnuo b1117ed54a perf: cname 域名映射记录可读性优化 2024-11-01 18:09:32 +08:00
..
db chore: 2024-10-27 02:52:45 +08:00
public perf: 优化缩短首页缓存时间 2024-10-11 00:05:51 +08:00
src perf: cname 域名映射记录可读性优化 2024-11-01 18:09:32 +08:00
test/controller feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
tools chore: 1 2024-11-01 02:35:29 +08:00
.dockerignore perf: 优化内存占用 2024-08-28 14:40:50 +08:00
.editorconfig 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
.env.commdev.yaml fix: 修复某些情况下bindUrl失败的bug 2024-10-11 03:13:34 +08:00
.env.commpro.yaml fix: 修复某些情况下bindUrl失败的bug 2024-10-11 03:13:34 +08:00
.env.development.yaml chore: pg sql自动转换脚本 2024-10-14 12:33:09 +08:00
.env.pgdev.yaml fix: 修复执行日志没有清理的bug 2024-08-25 01:55:34 +08:00
.env.pgpl.yaml chore: pg sql自动转换脚本 2024-10-14 12:33:09 +08:00
.env.preview.yaml perf: 优化成功后跳过的提示 2024-08-13 20:30:42 +08:00
.env.production.yaml fix: 修复某些地区被屏蔽无法激活专业版的bug 2024-09-30 00:22:50 +08:00
.eslintrc.json feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.gitattributes perf: lego 升级到 4.19.2 2024-10-30 16:12:08 +08:00
.gitignore perf: lego 升级到 4.19.2 2024-10-30 16:12:08 +08:00
.mocharc.json feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.npmrc feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.prettierrc feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.prettierrc.cjs feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
CHANGELOG.md v1.27.0 2024-11-01 02:22:57 +08:00
LICENSE 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
README.md feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
README.zh-CN.md feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
app.js chore: lib-server 2024-10-03 22:03:49 +08:00
before-build.js chore: 1 2024-07-20 18:11:56 +08:00
bootstrap.js feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
f.yaml build: trident-sync prepare 2023-01-29 13:44:19 +08:00
jest.config.js 🔱: [server] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:58 +08:00
package.json v1.27.0 2024-11-01 02:22:57 +08:00
tsconfig.json perf: 调整静态资源到static目录 2024-10-04 00:52:19 +08:00

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.