feat: docker compose

This commit is contained in:
mozzie 2023-03-20 21:35:57 +08:00
parent 30d3f1fc1b
commit 9ba73f3285

View File

@ -48,7 +48,7 @@
}, },
"scripts": { "scripts": {
"dev:be": "cross-env NODE_ENV=local midway-bin dev --ts", "dev:be": "cross-env NODE_ENV=local midway-bin dev --ts",
"start": "cross-env NODE_ENV=production node ./bootstrap.js", "start": "NODE_ENV=production node ./bootstrap.js",
"cov": "midway-bin cov --ts", "cov": "midway-bin cov --ts",
"lint": "mwts check", "lint": "mwts check",
"lint:fix": "mwts fix", "lint:fix": "mwts fix",