feat(avatar): add user avatar upload at registration
This commit is contained in:
@ -11,4 +11,7 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
esbuild: {
|
||||
keepNames: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user