certd/packages/ui/certd-server
xiaojunnuo b1cd055342 chore: lfs 2024-07-18 21:09:22 +08:00
..
db chore: 1 2024-07-18 11:17:13 +08:00
public
src chore: 1 2024-07-18 11:17:13 +08:00
test/controller feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
.dockerignore
.editorconfig
.env.development.yaml feat: config merge 2023-06-26 12:26:59 +08:00
.env.pgdev.yaml feat: 支持postgresql 2024-07-17 01:30:00 +08:00
.env.preview.yaml feat: config merge 2023-06-26 12:26:59 +08:00
.env.production.yaml feat: config merge 2023-06-26 12:26:59 +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 chore: 2024-07-15 02:13:53 +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.21.2 2024-07-08 15:58:51 +08:00
LICENSE
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 perf: 支持重置管理员密码,忘记密码的补救方案 2024-06-16 02:06:44 +08:00
bootstrap.js feat: 升级midway,支持esm 2024-07-15 00:30:33 +08:00
f.yaml
jest.config.js
package.json feat: 支持postgresql 2024-07-17 01:30:00 +08:00
tsconfig.json feat: 升级midway,支持esm 2024-07-15 00:30:33 +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.