This commit is contained in:
Jose
2025-09-14 21:41:52 +02:00
parent 1e83d300fc
commit 26a264bc9f
70 changed files with 669 additions and 2982 deletions

View File

@@ -1,17 +0,0 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: "localhost",
port: 3000,
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
},
},
})