Merge branch 'dev' of https://gitlab.33.cn/CassiniatSaturn/fns_backend into lshan
Showing
... | ... | @@ -9,7 +9,9 @@ |
"buildPlatform": "vue-cli-service build --mode platform", | ||
"buildNormal": "vue-cli-service build --mode normal", | ||
"bdPlatform": "npm run buildPlatform & bash deployPlatform.sh", | ||
"bdNormal": "npm run buildNormal & bash deployNormal.sh" | ||
"bdNormal": "npm run buildNormal & bash deployNormal.sh", | ||
"bdPlatform_110": "npm run buildPlatform & bash deployPlatform_110.sh", | ||
"bdNormal_110": "npm run buildNormal & bash deployNormal_110.sh" | ||
}, | ||
"dependencies": { | ||
"@tiptap/extension-image": "^2.0.0-beta.15", | ||
... | ... |
Please
register
or
sign in
to comment