Skip to content

Commit 185c2a1

Browse files
chore: fix vite alias typing
Co-authored-by: me <me@kentcdodds.com>
1 parent 2e617bd commit 185c2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig((config) => ({
4646
'tests/mocks/cache-server.ts',
4747
),
4848
}
49-
: {},
49+
: undefined,
5050
},
5151
sentryConfig,
5252
plugins: [

0 commit comments

Comments
 (0)