@lark-apaas/fullstack-cli 1.1.55 → 1.1.56-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2626,7 +2626,9 @@ var SYNC_PROFILES = {
|
|
|
2626
2626
|
"design-stack": defaultProfile,
|
|
2627
2627
|
"nestjs-react-fullstack": defaultProfile,
|
|
2628
2628
|
"vite-react": viteReactProfile,
|
|
2629
|
-
html: emptyProfile
|
|
2629
|
+
html: emptyProfile,
|
|
2630
|
+
// design-html 与 html 同语义:空 sync + 不激活 git hooks(彻底 no-op)
|
|
2631
|
+
"design-html": emptyProfile
|
|
2630
2632
|
};
|
|
2631
2633
|
function genSyncConfig(stack, opts = {}) {
|
|
2632
2634
|
const factory = stack && SYNC_PROFILES[stack] || defaultProfile;
|