Skip to content

Commit a036242

Browse files
authored
fix: Update docs domain in schema.json (#901)
1 parent 23e25cd commit a036242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"markdownDescription": "Configuration options for [tsup](https://tsup.egoist.dev)",
5151
"properties": {
5252
"entry": {
53-
"markdownDescription": "Files that each serve as an input to the bundling algorithm.\n\n---\nReferences:\n- [Entry Points](https://esbuild.github.io/api/#entry-points) - esbuild\n - [Multiple Entrypoints](https://tsup.egoist.sh/#multiple-entrypoints) - tsup",
53+
"markdownDescription": "Files that each serve as an input to the bundling algorithm.\n\n---\nReferences:\n- [Entry Points](https://esbuild.github.io/api/#entry-points) - esbuild\n - [Multiple Entrypoints](https://tsup.egoist.dev/#multiple-entrypoints) - tsup",
5454
"oneOf": [
5555
{
5656
"type": "array",

0 commit comments

Comments
 (0)