lesson 4 finished

This commit is contained in:
andres
2023-10-08 13:01:25 +02:00
parent a659c7e282
commit 250775ed30
15 changed files with 566 additions and 4 deletions

View File

@@ -6,6 +6,9 @@ import { defineConfig } from 'vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {
open: true,
},
resolve: {
alias: [{ find: '@', replacement: path.resolve(__dirname, 'src') }],
},