feature/profile-avatar #2

Merged
bstein merged 6 commits from feature/profile-avatar into master 2025-12-19 21:15:21 +00:00
Showing only changes of commit 39f1d47a90 - Show all commits

View File

@ -1,8 +1,14 @@
import { defineConfig } from "vite";
import path from "node:path";
import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
},
},
server: {
proxy: {
"/api": {