chore: bye ssr

This commit is contained in:
2023-11-13 21:03:34 +01:00
parent 28530ed2f2
commit e9b31c96d9

View File

@@ -6,8 +6,5 @@ export default defineConfig({
plugins: [react()],
server: {
port: 3000
},
ssr: {
format: 'esm',
}
})