style: apply prettier formatting

This commit is contained in:
devin-ai-integration[bot]
2024-12-06 19:43:48 +00:00
parent c340e5f1ed
commit bd6586bbad
6 changed files with 21 additions and 19 deletions

View File

@@ -14,8 +14,8 @@ export default defineConfig({
minify: false,
rollupOptions: {
output: {
manualChunks: undefined
}
}
}
manualChunks: undefined,
},
},
},
});