Skip to content

Commit 8ebf0b4

Browse files
authored
fixing error, forgot to add ')' at the end of file.
1 parent 960efce commit 8ebf0b4

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
@@ -25,4 +25,4 @@ export default defineConfig( ({ command }) => ({
2525
'ziggy-js': resolve(__dirname, 'vendor/tightenco/ziggy'),
2626
},
2727
},
28-
});
28+
}));

0 commit comments

Comments
 (0)