feat: enhance photo capturing and uploading features with auto-capture and image cropping

This commit is contained in:
mrkad@rpi
2026-01-17 13:20:17 +07:00
parent e90c06230b
commit 39afc25aba
5 changed files with 322 additions and 53 deletions

View File

@@ -34,6 +34,9 @@ export default defineConfig({
}
})
],
server: {
allowedHosts: ['photobooth.lookmeblog.com']
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))