certd/packages/ui/certd-server
xiaojunnuo ecf9a52573 chore: cname适配pg 2024-10-10 22:32:50 +08:00
..
db chore: cname适配pg 2024-10-10 22:32:50 +08:00
public chore: 1 2024-07-20 14:26:01 +08:00
src chore: 2024-10-10 22:13:07 +08:00
test/controller feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
tools feat: 支持lego,海量DNS提供商 2024-07-18 21:10:13 +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 chore: 2024-10-10 17:50:04 +08:00
.env.development.yaml chore: lib-server 2024-10-03 22:03:49 +08:00
.env.pgdev.yaml fix: 修复执行日志没有清理的bug 2024-08-25 01:55:34 +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 chore: lfs 2024-07-18 21:09:22 +08:00
.gitignore perf: 优化内存占用 2024-08-28 14:40:50 +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.25.9 2024-10-02 02:04:55 +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 chore: 2024-10-10 21:50:04 +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.