Skip to content

Commit

Permalink
Fix TSBuild.EntryPoints description (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanevran authored Sep 12, 2024
1 parent 07352f9 commit 966e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/json/sergen.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"EntryPoints": {
"type": "array",
"uniqueItems": true,
"description": "List of entry point globs, default is \"**/*Page.ts\", \"**/*Page.tsx\", \"**/ScriptInit.ts\"",
"description": "List of entry point globs, default is \"Modules/**/*Page.ts\", \"Modules/**/*Page.tsx\", \"Modules/**/ScriptInit.ts\"",
"items": {
"type": "string",
"minLength": 1
Expand Down

0 comments on commit 966e87b

Please sign in to comment.