Skip to content

Commit bf13091

Browse files
committed
add FE script cooments featire flag
1 parent bf9f096 commit bf13091

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"entities": false,
3838
"model_definitions": true
3939
},
40-
"plugin": true
40+
"plugin": true
4141
},
4242
"disableDenormalization": true,
4343
"enableForwardEngineering": {
@@ -74,9 +74,10 @@
7474
"enableErdToggle": true,
7575
"enableStackedNestedCollections": true,
7676
"externalDefinitionsFromTargetSchema": true,
77-
"apiTarget": true
77+
"apiTarget": true,
78+
"FEScriptCommentsSupported": true
7879
}
7980
},
8081
"description": "Hackolade plugin for OpenAPI",
8182
"disabled": false
82-
}
83+
}

0 commit comments

Comments
 (0)