no need to prettier format everything right now

This commit is contained in:
Jeffrey Ling
2024-12-06 12:48:48 -07:00
parent bd6586bbad
commit fdc521646f
5 changed files with 18 additions and 20 deletions

View File

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