Skip to content

Commit c76a607

Browse files
chore: formatting
1 parent 6dcc2c2 commit c76a607

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/create-vitrify/templates/vite-ui-plugin/src/vite-plugin.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ export default async function ({
4040
}$`
4141
),
4242
// name: name + key.slice(1),
43-
replacement: fileURLToPath(new URL('.' + val.src, import.meta.url))
43+
replacement: fileURLToPath(
44+
new URL('.' + val.src, import.meta.url)
45+
)
4446
}
4547
})
4648

0 commit comments

Comments
 (0)