make the app buildable for prod

This commit is contained in:
Viktor Barzin 2025-06-16 22:43:46 +00:00
parent 1e868f1b0d
commit b72569b6b9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
7 changed files with 78 additions and 16 deletions

View file

@ -7,6 +7,9 @@ import { defineConfig } from 'vite';
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
build: {
outDir: "dist"
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),