mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-25 05:09:27 +00:00
lesson 4 finished
This commit is contained in:
@@ -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') }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user