Skip to content

Commit 5240c17

Browse files
committed
Fix indentation in config
1 parent 9995c7f commit 5240c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
formats: [],
1111
},
1212
rollupOptions: {
13-
external: [/^node:.*$/],
13+
external: [/^node:.*$/],
1414
output: [
1515
{
1616
esModule: true,

0 commit comments

Comments
 (0)