Skip to content

Commit 225338e

Browse files
chore: apply automated lint fixes
1 parent 38c9a8f commit 225338e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/fixture/build.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ export default defineBuildConfig([
1313
"./src/index.ts",
1414
"./src/nested/subpath.ts",
1515
{ input: "src/runtime/", outDir: "dist/runtime" },
16-
{ input: "src/", outDir: "dist/json/", builder: "copy", pattern: "**/*.json" },
16+
{
17+
input: "src/",
18+
outDir: "dist/json/",
19+
builder: "copy",
20+
pattern: "**/*.json",
21+
},
1722
{ input: "src/schema", builder: "untyped" },
1823
],
1924
},

0 commit comments

Comments
 (0)