fix: package error
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
parent
747105d603
commit
ceef21cbb3
@ -7,9 +7,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npx lerna run build",
|
||||
"lp": "npx lerna publish",
|
||||
"publish-please": "publish-please",
|
||||
"prepublishOnly": "publish-please guard"
|
||||
"lp": "npx lerna publish"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
@ -4,7 +4,7 @@ import {
|
||||
import { inject, postConstruct } from 'inversify';
|
||||
import { Vaild, NotBlank, NotNull } from '@cc-server/binding'
|
||||
import { DBClient } from '@cc-server/db'
|
||||
import 'cc-server-db-mongo'
|
||||
import '@cc-server/db-mongo'
|
||||
|
||||
//process.env.FAAS_MONGO_URL = 'mongodb://192.168.0.2:27017';
|
||||
//process.env.FAAS_MONGO_DB = "faas";
|
||||
|
Loading…
Reference in New Issue
Block a user