completed exercise 1.1
This commit is contained in:
parent
b11136fc9d
commit
c118246961
12 changed files with 2778 additions and 2 deletions
7
parts/1/exerciseApp/vite.config.js
Normal file
7
parts/1/exerciseApp/vite.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue